langtools/src/share/classes/com/sun/tools/doclint/DocLint.java
changeset 22163 3651128c74eb
parent 22159 682da512ec17
child 24069 dfb8f11542fc
equal deleted inserted replaced
22162:3b3e23e67329 22163:3651128c74eb
   304                             todo.add(e.getCompilationUnit());
   304                             todo.add(e.getCompilationUnit());
   305                             break;
   305                             break;
   306                     }
   306                     }
   307                 }
   307                 }
   308 
   308 
   309                 Queue<CompilationUnitTree> todo = new LinkedList<CompilationUnitTree>();
   309                 Queue<CompilationUnitTree> todo = new LinkedList<>();
   310             };
   310             };
   311 
   311 
   312             task.addTaskListener(tl);
   312             task.addTaskListener(tl);
   313         }
   313         }
   314     }
   314     }