Fixed a typo
This commit is contained in:
parent
e5b7e9c81f
commit
e2e4165523
@ -3,6 +3,6 @@ package com.baeldung.annotations;
|
|||||||
import javax.annotation.Generated;
|
import javax.annotation.Generated;
|
||||||
|
|
||||||
@RetentionAnnotation
|
@RetentionAnnotation
|
||||||
@Generated("Avilable only on source code")
|
@Generated("Available only on source code")
|
||||||
public class AnnotatedClass {
|
public class AnnotatedClass {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user