aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2004-09-08 16:38:56 +0000
committerehilsdal <ehilsdal>2004-09-08 16:38:56 +0000
commit9f87758469b44f6e225f6790d4b6b232182470af (patch)
tree90576f71e5e0984e93562456851f330c76107980 /runtime
parent0409bd8da12e4365e857475fda0c8baeb7110e3b (diff)
downloadaspectj-9f87758469b44f6e225f6790d4b6b232182470af.tar.gz
aspectj-9f87758469b44f6e225f6790d4b6b232182470af.zip
Fixing javadoc comments
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/org/aspectj/lang/JoinPoint.java3
-rw-r--r--runtime/src/org/aspectj/lang/NoAspectBoundException.java3
-rw-r--r--runtime/src/org/aspectj/lang/Signature.java2
3 files changed, 5 insertions, 3 deletions
diff --git a/runtime/src/org/aspectj/lang/JoinPoint.java b/runtime/src/org/aspectj/lang/JoinPoint.java
index 4fae1571a..a3bd675a8 100644
--- a/runtime/src/org/aspectj/lang/JoinPoint.java
+++ b/runtime/src/org/aspectj/lang/JoinPoint.java
@@ -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();
diff --git a/runtime/src/org/aspectj/lang/NoAspectBoundException.java b/runtime/src/org/aspectj/lang/NoAspectBoundException.java
index b21d3895c..cc4256f16 100644
--- a/runtime/src/org/aspectj/lang/NoAspectBoundException.java
+++ b/runtime/src/org/aspectj/lang/NoAspectBoundException.java
@@ -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 {
diff --git a/runtime/src/org/aspectj/lang/Signature.java b/runtime/src/org/aspectj/lang/Signature.java
index ae21d65a3..ff52ef34b 100644
--- a/runtime/src/org/aspectj/lang/Signature.java
+++ b/runtime/src/org/aspectj/lang/Signature.java
@@ -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