Jump to content
  • 0

Question

Posted

Compiling 1213 source files to C:\Lineage 2\tools\workspace\l2j_server\L2J_Server\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.8
    [javac] C:\Lineage 2\tools\workspace\l2j_server\L2J_Server\java\net\sf\l2j\gameserver\model\L2Character.java:6949: warning: [deprecation] Integer(int) in Integer has been deprecated
    [javac]         _disabledSkills.remove(new Integer(skillId));

2 answers to this question

Recommended Posts

  • 0
Posted

a) can you show us the moethod that contains line 6949 in  L2Character.java?

b) Try instead of _disabledSkills.remove(new Integer(skillId)); _disabledSkills.remove(skillId);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock