Fixed a typo

This commit is contained in:
Ali Dehghani 2021-02-19 17:06:57 +03:30
parent e5b7e9c81f
commit e2e4165523
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}