jdk/src/java.base/share/specs/serialization/class.md
changeset 45142 be2c212f16dd
parent 44787 0b323ea6d5ad
--- a/jdk/src/java.base/share/specs/serialization/class.md	Fri May 12 14:52:26 2017 -0700
+++ b/jdk/src/java.base/share/specs/serialization/class.md	Tue May 16 09:42:38 2017 -0400
@@ -241,13 +241,7 @@
 ## 4.5 Inspecting Serializable Classes
 
 The program *serialver* can be used to find out if a class is serializable and
-to get its `serialVersionUID`. When invoked with the-show option, it puts up a
-simple user interface. To find out if a class is serializable and to find out
-its *serialVersionUID*`,` enter its full class name, then press either the
-Enter or the Show button. The string printed can be copied and pasted into the
-evolved class.
-
->   ![*serialver, Serial Version Inspector program*](images/class.gif)
+to get its `serialVersionUID`. 
 
 When invoked on the command line with one or more class names, serialver prints
 the `serialVersionUID` for each class in a form suitable for copying into an