Error anaylsing resource: java.util.NoSuchElementException: token 82 does not exsist.
What is token 82? I can not find it here: http://www.csgnetwork.com/asciiset.html
CODE:
package irc.irc2000.classCustomization.uporabniskiVmesniki.tipi;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface Report {
}