--- a/jdk/src/share/classes/java/util/Scanner.java Thu Aug 20 08:48:29 2009 +0100
+++ b/jdk/src/share/classes/java/util/Scanner.java Sat Aug 22 17:40:18 2009 +0100
@@ -674,7 +674,6 @@
}
/**
- * {@note new}
* Constructs a new <code>Scanner</code> that produces values scanned
* from the specified file. Bytes from the file are converted into
* characters using the underlying platform's
@@ -694,7 +693,6 @@
}
/**
- * {@note new}
* Constructs a new <code>Scanner</code> that produces values scanned
* from the specified file. Bytes from the file are converted into
* characters using the specified charset.