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.
Changeset 4144
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- xone
- Posts: 122
- Joined: Thu Nov 05, 2009 5:04 am
Changeset 4144
You do not have the required permissions to view the files attached to this post.
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Changeset 4144
update libs.