diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ObsoleteCollection.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ObsoleteCollection.html index 085869087772..ffb0e3c426f4 100644 --- a/plugins/InspectionGadgets/src/inspectionDescriptions/ObsoleteCollection.html +++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ObsoleteCollection.html @@ -1,9 +1,8 @@
-Reports any uses of java.util.Vector -, java.util.Hashtable and java.util.Stack. -Usages of these classes can most often be replaced by uses of -java.util.ArrayList, java.util.HashMap and java.util.ArrayDeque respectively. +Reports any uses ofjava.util.Vector, java.util.Hashtable and java.util.Stack.
+Usages of these classes can most often be replaced by usages of
+java.util.ArrayList, java.util.HashMap and java.util.ArrayDeque respectively.
While still supported,
the former classes were made obsolete by the JDK1.2 collection classes, and should probably
not be used in new development.