jdk/src/share/classes/sun/tools/serialver/resources/serialver.properties
author alanb
Wed, 21 May 2014 14:33:33 +0100
changeset 24510 a96915fc059d
parent 23236 7c5997f59e20
permissions -rw-r--r--
8042887: Remove serialver -show, this tool does not need a GUI Reviewed-by: alanb, chegar Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>

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}.
usage=\
	use: serialver [-classpath classpath] [classname...]