Skip to content

Commit

Permalink
Refactoring and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilla committed Jan 1, 2025
1 parent 45dbe71 commit cc40590
Show file tree
Hide file tree
Showing 52 changed files with 18,425 additions and 16,364 deletions.
1,747 changes: 946 additions & 801 deletions klab.cli/src/main/java/org/integratedmodelling/cli/KlabCLI.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import org.integratedmodelling.klab.api.view.modeler.views.AuthenticationView;

public class CLIAuthenticationView extends CLIView implements AuthenticationView {
@Override
public void notifyUser(UserIdentity identity) {

}
@Override
public void notifyUser(UserIdentity identity) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

import org.integratedmodelling.klab.api.view.modeler.panels.DistributionView;

public class CLIDistributionView extends CLIView implements DistributionView {
}
public class CLIDistributionView extends CLIView implements DistributionView {}
Loading

0 comments on commit cc40590

Please sign in to comment.