1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 08:23:11 +00:00

Fix small compiler warnings

This commit fix small compiler warnings in a few Java classes
This commit is contained in:
2011-10-11 23:54:49 -03:00
parent 6a40656a38
commit 1e94a5ccaa
4 changed files with 27 additions and 28 deletions

View File

@@ -16,8 +16,6 @@
*/
package com.l2jserver.util.geometry;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.math.geometry.Vector3D;
/**