Skip to content

Commit

Permalink
fix more sonarcloud problems
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-szarkowicz committed May 22, 2024
1 parent 73ed9c3 commit f27d607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/core/src/temalab/logger/Log.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package temalab.logger;

public final class Log {

private Log() { }

private static Logger logger = new ConsoleLogger();

/**
Expand Down
1 change: 0 additions & 1 deletion test/core/src/temalab/model/ControlPoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.badlogic.gdx.graphics.Color;
import temalab.common.ControlPointListener;
import temalab.common.MainModel;
import temalab.logger.Log;

import java.util.HashMap;
import java.util.List;
Expand Down

0 comments on commit f27d607

Please sign in to comment.