From: Alexey Kudravtsev Date: Fri, 20 Aug 2010 13:35:10 +0000 (+0400) Subject: cleanup X-Git-Tag: cidr/96.1008~30^2~7 X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=commitdiff_plain;h=84fdb328df6ebf9ec0931eee110949fe0a868bc2 cleanup --- diff --git a/java/openapi/src/com/intellij/psi/PsiAnnotationOwner.java b/java/openapi/src/com/intellij/psi/PsiAnnotationOwner.java index c8b84b568e35..319223bfd6ce 100644 --- a/java/openapi/src/com/intellij/psi/PsiAnnotationOwner.java +++ b/java/openapi/src/com/intellij/psi/PsiAnnotationOwner.java @@ -34,7 +34,7 @@ public interface PsiAnnotationOwner { /** * @return the list of annotations which are applicable to this owner. - * E.g. Type annotations on method belong to its type element, not them method. + * E.g. Type annotations on method belong to its type element, not the method. */ @NotNull PsiAnnotation[] getApplicableAnnotations();