Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.49 KB | None | 0 0
  1. for ( Column col : colProps ) {
  2.             if ( !displayCols.contains(col.getColId())  ) {
  3.                 System.out.println("ECLIPSE SUCKS");
  4.                 if ( true ) {
  5.                     handleNewColumnsHelper(displayCols, col, utility, newCols);
  6.                 }
  7.                 if ( true ) {
  8.                     System.out.println("Calling handleNewColumnsHelper()"); //
  9.                     handleNewColumnsHelper(displayCols, col, utility, newCols);  // If this works, change the name of this method
  10.                 }
  11.             }
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement