Skip to content
Snippets Groups Projects
Commit baf732fb authored by jez04's avatar jez04
Browse files

fix: remove lombok

parent 52391dde
No related merge requests found
......@@ -11,11 +11,9 @@ import lombok.extern.log4j.Log4j2;
*
* @author Java I
*/
@Log4j2
public class App {
public static void main(String[] args) throws FileNotFoundException {
log.info("Launching Java application.");
App app = new App();
app.printScores(app.loadScores());
/*použijte metody generateScores, saveScores (i pro soubor s adresářem)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment