blob: f3f3d4a8a87c9a826b2fbf161af570c2410f981e [file] [log] [blame]
class A {
/**
* The <code>String</code> class represents character strings. All
* string literals in Java programs, such as <code>"abc"</code>, are
* implemented as instances of this class.
*
* Some text after empty line
*
* @author Lee Boynton
* @author Arthur van Hoff
* @version 1.152, 02/01/03
* @since JDK1.0
*/
void foo() {
}
}