Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [mkdir] Created dir: /var/lib/jenkins/workspace/BCCore/build/classes
  2. [javac] Compiling 676 source files to /var/lib/jenkins/workspace/BCCore/build/classes
  3. [javac] /var/lib/jenkins/workspace/BCCore/src/net/blazingcode/core/addon/antycheat/AntyCheatAddon.java:3: warning: CORBALogDomains is internal proprietary API and may be removed in a future release
  4. [javac] import com.comphenix.protocol.ProtocolLibrary;
  5. [javac] ^
  6. [javac] /var/lib/jenkins/workspace/BCCore/src/net/blazingcode/core/addon/csgochestother/ChestManager.java:4: warning: CORBALogDomains is internal proprietary API and may be removed in a future release
  7. [javac] import java.util.HashMap;
  8. [javac] ^
  9. [javac] Note: Some input files use or override a deprecated API.
  10. [javac] Note: Recompile with -Xlint:deprecation for details.
  11. [javac] Note: Some input files use unchecked or unsafe operations.
  12. [javac] Note: Recompile with -Xlint:unchecked for details.
  13. [javac] 2 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement