Skip to content

Commit

Permalink
Merge pull request #21 from einaskoi/checkstyle
Browse files Browse the repository at this point in the history
checkstyle fix?
  • Loading branch information
einaskoi authored Feb 9, 2026
2 parents 1358f25 + 2402ad9 commit 868c501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package edu.ntnu.idi.idatt2003.gruppe42;
import javafx.application.Application;

public class Millions {
public static void main(String[] args) {
System.out.println("PLEASE WORK GIT");
}

public static void main(String[] args) {
System.out.println("PLEASE WORK GIT");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.math.BigDecimal;
import java.util.List;
import java.util.ArrayList;

public class Stock {
private String symbol;
Expand Down

0 comments on commit 868c501

Please sign in to comment.