Nova-Client/Solar/Solar (1.7.10)/logs/client_compile.log
2023-03-19 19:32:58 +00:00

10 lines
635 B
Plaintext

src\minecraft\net\minecraft\util\ScreenShotHelper.java:15: warning: IntegerArray is internal proprietary API and may be removed in a future release
import com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray;
^
src\minecraft\com\orange\plump\Solar\RadioThread.java:43: warning: [deprecation] stop() in Thread has been deprecated
if (Solar.radioThread != null) Solar.radioThread.stop();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings