-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Format all Java files with google-java-format 1.15.0
- Loading branch information
Showing
167 changed files
with
1,341 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,9 @@ | |
import org.woped.core.utilities.LoggerManager; | ||
import org.woped.core.utilities.Platform; | ||
|
||
/** @author <a href="mailto:[email protected]">Simon Landes </a> <br> */ | ||
/** | ||
* @author <a href="mailto:[email protected]">Simon Landes </a> <br> | ||
*/ | ||
public abstract class AbstractApplicationMediator implements IViewListener { | ||
private HashMap<String, IViewController> viewControllerMap = null; | ||
private VEPController vepController = null; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ | |
import org.woped.core.Constants; | ||
import org.woped.core.utilities.LoggerManager; | ||
|
||
/** @author Thomas Pohl TODO: DOCUMENTATION (xraven) */ | ||
/** | ||
* @author Thomas Pohl TODO: DOCUMENTATION (xraven) | ||
*/ | ||
/** | ||
* @author <a href="mailto:[email protected]">Simon Landes </a> <br> | ||
* <br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,9 @@ | |
*/ | ||
package org.woped.core.controller; | ||
|
||
/** @author <a href="mailto:[email protected]">Simon Landes </a> <br> */ | ||
/** | ||
* @author <a href="mailto:[email protected]">Simon Landes </a> <br> | ||
*/ | ||
@SuppressWarnings("serial") | ||
public class ViewEvent extends AbstractViewEvent { | ||
public static final int VIEWEVENTTYPE_GUI = 3; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.