Remove unnecessary semicolons

Closes gh-13144
This commit is contained in:
dreis2211
2018-05-11 12:05:10 +02:00
committed by Stephane Nicoll
parent 972d952716
commit e6a23fa3ff
5 changed files with 5 additions and 5 deletions

View File

@@ -42,6 +42,6 @@ public enum RepositoryType {
/**
* Enables reactive repositories.
*/
REACTIVE;
REACTIVE
}