Skip to content

Commit 28882d0

Browse files
committed
Minor formatting
1 parent 5f58e06 commit 28882d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/src/main/java/com/proxerme/library/parameters/SeasonParameter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java.lang.annotation.Target;
99

1010
/**
11-
* Class of the SasonParameter. This includes the possible yearly seasons.
11+
* Class of the SeasonParameter. This includes the possible yearly seasons.
1212
*
1313
* @author Desnoo
1414
*/
@@ -24,7 +24,7 @@ public class SeasonParameter {
2424
*/
2525
@IntDef({SPRING, SUMMER, AUTUMN, WINTER})
2626
@Retention(value = RetentionPolicy.SOURCE)
27-
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER,})
27+
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER})
2828
public @interface SeasonConstraint {
2929
}
3030
}

0 commit comments

Comments
 (0)