]> source.dussan.org Git - aspectj.git/commitdiff
Fixing javadoc comments
authorehilsdal <ehilsdal>
Wed, 8 Sep 2004 16:38:56 +0000 (16:38 +0000)
committerehilsdal <ehilsdal>
Wed, 8 Sep 2004 16:38:56 +0000 (16:38 +0000)
runtime/src/org/aspectj/lang/JoinPoint.java
runtime/src/org/aspectj/lang/NoAspectBoundException.java
runtime/src/org/aspectj/lang/Signature.java

index 4fae1571a6e2f33dc9a650e04c260d70a3d92e8e..a3bd675a80cde7f0583dadd9af249a88497e7c87 100644 (file)
@@ -156,7 +156,8 @@ public interface JoinPoint {
     }
 
 
-    /** <p> Returns an object that encapsulates the static parts of this join point </p>
+    /** 
+     * Returns an object that encapsulates the static parts of this join point.
      */
     StaticPart getStaticPart();
 
index b21d3895c9d0a6f25b84e5676b9203f57000847d..cc4256f16695c052a33eb9b5044e58bcb35fb263 100644 (file)
@@ -14,7 +14,8 @@
 
 package org.aspectj.lang;
 
-/** Thrown by the <code>aspectOf(..)</code> special method on aspect types
+/** 
+ * Thrown by the <code>aspectOf</code> special method on aspect types
  *  when there is no aspect of that type currently bound.
  */
 public class NoAspectBoundException extends RuntimeException {
index ae21d65a396805293853bcd346e0ca78c63b92e1..ff52ef34bee3ea42b47ea9d2fd9a9a6bcca15680 100644 (file)
@@ -55,7 +55,7 @@ public interface Signature {
 
 
     /**
-     * Returns the identifier part of this signature; i.e. for methods this
+     * Returns the identifier part of this signature.  For methods this
      * will return the method name.
      * 
      * @see java.lang.reflect.Member#getName