removed collection from annotation since it is not used

This commit is contained in:
Thomas Risberg
2011-05-19 12:37:34 -04:00
parent 3e840e2380
commit 9429326ec2

View File

@@ -29,7 +29,4 @@ import java.lang.annotation.Target;
ElementType.FIELD
})
public @interface RelatedDocument {
String collection() default "";
}