Deleting unused imports.

This commit is contained in:
Sam Brannen 2009-11-11 21:08:32 +00:00
parent 2415ec77f8
commit 14495315a2
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ package org.springframework.context.annotation;
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;