X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xml.ui/src/net/sourceforge/phpeclipse/xml/ui/internal/text/AnnotationAdapter.java b/net.sourceforge.phpeclipse.xml.ui/src/net/sourceforge/phpeclipse/xml/ui/internal/text/AnnotationAdapter.java index d7f05e6..8f7139f 100644 --- a/net.sourceforge.phpeclipse.xml.ui/src/net/sourceforge/phpeclipse/xml/ui/internal/text/AnnotationAdapter.java +++ b/net.sourceforge.phpeclipse.xml.ui/src/net/sourceforge/phpeclipse/xml/ui/internal/text/AnnotationAdapter.java @@ -8,7 +8,7 @@ * Contributors: * Christopher Lenz - initial API and implementation * - * $Id: AnnotationAdapter.java,v 1.1 2004-09-02 18:28:03 jsurfer Exp $ + * $Id: AnnotationAdapter.java,v 1.2 2006-10-21 23:14:13 pombredanne Exp $ */ package net.sourceforge.phpeclipse.xml.ui.internal.text; @@ -28,7 +28,7 @@ public abstract class AnnotationAdapter implements IReconcileResult { * @return an annotation (can be temporary or persistent) */ public abstract Annotation createAnnotation(); - + /** * The position of the annotation adapted by this adapter. *