Page 1 of 1

Changeset 4144

Posted: Thu May 06, 2010 7:57 pm
by xone
Type mismatch: cannot convert from Collection <L2Character> to Set<L2Character>
got this error on Changeset 4144 update

oh and I tryed to compile ...

compile:
[javac] Compiling 1461 source files to C:\Users\Admin\Desktop\work\L2_GAMESERVER\build\classes
[javac] C:\Users\Admin\Desktop\work\L2_GAMESERVER\java\com\l2jserver\gameserver\model\actor\L2Character.java:2249: incompatible types
[javac] found : java.util.Collection<com.l2jserver.gameserver.model.actor.L2Character>
[javac] required: java.util.Set<com.l2jserver.gameserver.model.actor.L2Character>
[javac] _attackByList = new FastSet<L2Character>().shared();
[javac] ^
[javac] 1 error

BUILD FAILED
C:\Users\Admin\Desktop\work\L2_GAMESERVER\build.xml:62: Compile failed; see the compiler error output for details.

Re: Changeset 4144

Posted: Thu May 06, 2010 8:15 pm
by JIV
update libs.

Re: Changeset 4144

Posted: Thu May 06, 2010 9:12 pm
by xone
lol thank you, it works!