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