langtools/test/tools/javac/depDocComment/DeprecatedDocComment.out
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
child 863 3113c955a388
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
DeprecatedDocComment.java:26: warning: [deprecation] deprecatedTest1() in DeprecatedDocComment2 has been deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
      DeprecatedDocComment2.deprecatedTest1();
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
                           ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
DeprecatedDocComment.java:30: warning: [deprecation] deprecatedTest5() in DeprecatedDocComment2 has been deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
      DeprecatedDocComment2.deprecatedTest5();
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
                           ^
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
DeprecatedDocComment.java:31: warning: [deprecation] deprecatedTest6() in DeprecatedDocComment2 has been deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
      DeprecatedDocComment2.deprecatedTest6();
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
                           ^
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
3 warnings