< prev index next >

src/com/sun/javatest/audit/AuditCommandManager.java

Print this page
rev 145 : 7902237: Fixing raw use of parameterized class
Reviewed-by: jjg

@@ -120,11 +120,11 @@
     private static class ShowAuditCommand extends Command {
         static String getName() {
             return "showAudit";
         }
 
-        ShowAuditCommand(ListIterator argIter) {
+        ShowAuditCommand(ListIterator<String> argIter) {
             super(getName());
         }
 
         public int getDesktopMode() {
             return DESKTOP_REQUIRED_DTMODE;
< prev index next >