Просмотр исходного кода

Fixing javadoc comments

tags/V1_2_1
ehilsdal 20 лет назад
Родитель
Сommit
9f87758469

+ 2
- 1
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();


+ 2
- 1
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 {

+ 1
- 1
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

Загрузка…
Отмена
Сохранить