stream.java uses or overrides a deprecated API.

Note: stream.java uses or overrides a deprecated API.Note: Recompile with -Xlint:deprecation for details.Press any key to continue . . . Could anyone help me with what this means, or how to fix it, if it's broken. :)
[245 byte] By [Itachi182a] at [2007-10-2 15:14:34]
# 1
Recompile with the java option -Xlint:deprecation for details.It will tell you what method has been obsoleted. The API for the obsolete method will (usually) tell you what to use as a replacement.
ChuckBinga at 2007-7-13 14:15:31 > top of Java-index,Developer Tools,Java Compiler...