Skip to content

Commit

Permalink
Fix codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Nov 27, 2023
1 parent 8b78481 commit 8dcec1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import com.faforever.client.domain.SubdivisionBean;

public class LeagueScoreJournalBeanBuilder {
private final LeagueScoreJournalBean leagueScoreJournalBean = new LeagueScoreJournalBean();

public static LeagueScoreJournalBeanBuilder create() {
return new LeagueScoreJournalBeanBuilder();
}

private final LeagueScoreJournalBean leagueScoreJournalBean = new LeagueScoreJournalBean();

public LeagueScoreJournalBeanBuilder defaultValues() {
gameId(1);
Expand Down

0 comments on commit 8dcec1f

Please sign in to comment.