Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Aug 28, 2020
1 parent bf2f077 commit 0606556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/faforever/api/config/FafApiProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ public static class Smtp {
}

@Data
public class Anope {
public static class Anope {
private String databaseName;
}

@Data
public class Rating {
public static class Rating {
private int defaultMean;
private int defaultDeviation;
}
Expand Down

0 comments on commit 0606556

Please sign in to comment.