You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/18 17:11:08 UTC

svn commit: r998480 - /incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties

Author: jcosters
Date: Sat Sep 18 15:11:08 2010
New Revision: 998480

URL: http://svn.apache.org/viewvc?rev=998480&view=rev
Log:
RIVER-92: make clear to the user that preferredlistgen innerwarn message is indeed a warning

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties?rev=998480&r1=998479&r2=998480&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/tool/resources/preflistgen.properties Sat Sep 18 15:11:08 2010
@@ -28,7 +28,7 @@ preflistgen.badentryname:Invalid format 
 preflistgen.ioproblem:An I/O error occured: {0}
 preflistgen.badapi:Illegal value for -api or -impl option: {0}
 preflistgen.prefconflict:WARNING: conflicting preferred values for {0} from {1} and {2}
-preflistgen.innerwarn:Nested class {1} has different preferred state than outer class {0}
+preflistgen.innerwarn:Warning: Nested class {1} has different preferred state than outer class {0}
 preflistgen.badarg:Command line error: {0}
 preflistgen.rootNotPublic:Warning: root class in not public: {0}
 preflistgen.noouter:Warning: Outer class not found for nested class when adding {0}