< prev index next >

src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/MonitoredVm.java

Print this page

        

@@ -72,13 +72,14 @@
      * This method returns a {@link List} of Monitor objects such that
      * the name of each object matches the given pattern.
      *
      * @param patternString a string containing a pattern as described in
      *                      {@link java.util.regex.Pattern}.
-     * @return List<Monitor> - a List of {@link Monitor} objects that can be used to
+     * @return {@code List<Monitor>} - a List of {@link Monitor}
+     *                objects that can be used to
      *                monitor the instrumentation objects whose names match
-     *                the given pattern. If no instrumentation objects have`
+     *                the given pattern. If no instrumentation objects have
      *                names matching the given pattern, then an empty List
      *                is returned.
      * @throws MonitorException Thrown if an error occurs while communicating
      *                          with the target Java Virtual Machine.
      * @see java.util.regex.Pattern
< prev index next >