jdk/src/share/classes/sun/tools/serialver/resources/serialver.properties
author erikj
Fri, 07 Mar 2014 15:01:32 +0100
changeset 23236 7c5997f59e20
parent 2 jdk/src/share/classes/sun/tools/serialver/serialver.properties@90ce3da70b43
child 24510 a96915fc059d
permissions -rw-r--r--
8036611: Cleanup of handling of properties and other java resources in the build Reviewed-by: tbell, ihse

SerialVersionInspector=Serial Version Inspector
File=File
Exit=Exit
Show=Show
FullClassName=Full Class Name:
SerialVersion=Serial Version:
NotSerializable=\
	Class {0} is not Serializable.
ClassNotFound=\
	Class {0} not found.
error.parsing.classpath=\
	Error parsing classpath {0}.
error.missing.classpath=\
	Missing argument for -classpath option
invalid.flag=\
	Invalid flag {0}.
ignoring.classes=\
	Cannot specify class arguments with the -show option
usage=\
	use: serialver [-classpath classpath] [-show] [classname...]