Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / local / test / JU_DataFile.java
index 099a9f0..b0af89c 100644 (file)
@@ -53,13 +53,13 @@ public class JU_DataFile {
 //            Token tok = df.new Token(1024000);
 //            Field fld = tok.new Field('|');
 //    
-//            while(tok.nextLine()) {
+//            while (tok.nextLine()) {
 //                ++count;
 //                fld.reset();
 //                list.add(fld.at(0));
 //            }
 ////            Collections.sort(list);
-//            for(String s: list) {
+//            for (String s: list) {
 //                System.out.println(s);
 //
 //            }