Skip to content

Commit 365a413

Browse files
committed
javadoc cleanups
1 parent 8dd7e1d commit 365a413

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/main/java/org/hibernate/models/UnknownAnnotationAttributeException.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
/**
1313
* Indicates an attempt to access a non-existent annotation attribute
1414
*
15-
* @see org.hibernate.models.spi.AnnotationDescriptor#getAttribute
16-
* @see org.hibernate.models.spi.AnnotationUsage#getAttributeValue
15+
* @see org.hibernate.models.spi.AnnotationDescriptor#getAttribute
1716
*
1817
* @author Steve Ebersole
1918
*/

src/main/java/org/hibernate/models/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @see org.hibernate.models.spi.FieldDetails
3939
* @see org.hibernate.models.spi.MethodDetails
4040
* @see org.hibernate.models.spi.AnnotationDescriptor
41-
* @see org.hibernate.models.spi.AnnotationUsage
41+
* @see org.hibernate.models.spi.AttributeDescriptor
4242
* @see org.hibernate.models.spi.AnnotationDescriptorRegistry
4343
* @see org.hibernate.models.spi.ClassDetailsRegistry
4444
*

src/main/java/org/hibernate/models/spi/SourceModelBuildingContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Context object used while building references for {@link AnnotationDescriptor},
13-
* {@link AnnotationUsage} and friends.
13+
* {@link ClassDetails} and friends.
1414
* <p/>
1515
* Acts as the global {@linkplain SharedAnnotationScope}
1616
*

0 commit comments

Comments
 (0)