< prev index next >

test/lib/testlibrary/jdk/testlibrary/OutputAnalyzer.java

Print this page

        

@@ -34,11 +34,11 @@
 
 /**
  * Utility class for verifying output and exit value from a {@code Process}.
  *
  * @deprecated  This class is deprecated. Use the one from
- *              {@code <root>/test/lib/share/classes/jdk/test/lib/process}
+ *              {@code <root>/test/lib/jdk/test/lib/process}
  *
  */
 @Deprecated
 public final class OutputAnalyzer {
     private final OutputBuffer output;
< prev index next >