Searched refs:commentFileName (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java489 static String commentFileName = "comments.txt"; field in class:parseMain
506 commentFileName = args[i].substring(2);
508 commentFileName = args[++i];
521 * " commentFileName = " + commentFileName +
561 File commentFile = new File(commentFileName);
566 new BufferedReader(new FileReader(commentFileName));
574 Debug.error("Comment file " + commentFileName +

Completed in 246 milliseconds