File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
byte-buddy-dep/src/main/java/net/bytebuddy
dynamic/scaffold/subclass Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments