Skip to content

Commit 13a0b5a

Browse files
author
Rafael Winterhalter
committed
Fixed javadoc.
1 parent 6cd2e96 commit 13a0b5a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/scaffold/subclass/SubclassImplementationTarget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public String toString() {
131131
}
132132

133133
/**
134-
* A factory for creating a {@link net.bytebuddy.dynamic.scaffold.subclass.SubclassimplementationTarget}.
134+
* A factory for creating a {@link net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget}.
135135
*/
136136
public static class Factory implements Implementation.Target.Factory {
137137

byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,9 +1637,8 @@ public String toString() {
16371637
}
16381638

16391639
/**
1640-
* A type description that looks up any referenced {@link ByteCodeElement}s or
1641-
* {@link AnnotationDescription}s by querying a type pool
1642-
* at lookup time.
1640+
* A type description that looks up any referenced {@link net.bytebuddy.description.ByteCodeElement} or
1641+
* {@link AnnotationDescription} by querying a type pool at lookup time.
16431642
*/
16441643
class LazyTypeDescription extends TypeDescription.AbstractTypeDescription.OfSimpleType {
16451644

0 commit comments

Comments
 (0)