| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-03-27 21:31:04 GMT-0700 |
| Commit | f2a28d0e19b70ec16f8775eb511c8acfb8b2d936 |
| Parent | 83e78af |
| if( nextContext instanceof ColumnMapContext ) { | ||
| - System.out.println( "NEXT!" + nextContext.toString() ); | ||
| + //((ColumnMapContext)context).setNextContext( nextContext ); | ||
| } | ||
| } |
| Delta | 1 line added, 1 line removed |
|---|