Skip to content
Snippets Groups Projects
Commit fba93a3d authored by Simon Barner's avatar Simon Barner
Browse files

GREEN

- Cosmetic whitespace changes

Issue-Ref: 4061
Issue-Url: https://af3-developer.fortiss.org/issues/4061



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent 9be03c79
No related branches found
No related tags found
1 merge request!128Win10: Use dark gray instead of black for selected toggle button
ErrorViewFXLayoutController.java 382b8014acf4b0c625817d6279dfcdd670296cb2 GREEN
ErrorViewFXViewPart.java f620022aef647d7a019be8afc5351fabde05dcee GREEN
ErrorViewFXLayoutController.java 88da2bc5a552e168733e3b07c78c6c7c8ce57eb0 GREEN
ErrorViewFXViewPart.java 5952131056eb8fa8630cad84080a04720fd04bc1 GREEN
MarkerViewFXContentProvider.java ecf92449414b2b8648ad151bc932189baa23dc12 GREEN
MarkerViewFXUIProvider.java c5719d95ac7bd5605fff65d6150eca8b9ca6fc02 GREEN
......@@ -45,7 +45,6 @@ import javafx.scene.layout.BorderPane;
*
* @author abid
*/
public class ErrorViewFXLayoutController extends CompositeFXControllerBase<Node, Node> {
/** Debug Button */
......
......@@ -21,7 +21,7 @@ import java.util.Map;
import org.fortiss.tooling.common.ui.javafx.AF3FXViewPart;
import org.fortiss.tooling.kernel.extension.data.IConstraintViolation.ESeverity;
/**
/**
* JavaFX view part of the Marker View.
*
* Wrapper for the {@link ErrorViewFXViewPart}. This class can be referenced in the
......@@ -29,7 +29,6 @@ import org.fortiss.tooling.kernel.extension.data.IConstraintViolation.ESeverity;
*
* @author abid
*/
public class ErrorViewFXViewPart extends AF3FXViewPart {
/** The classes ID. */
......@@ -39,7 +38,6 @@ public class ErrorViewFXViewPart extends AF3FXViewPart {
private static Map<ESeverity, Boolean> toggleState = new HashMap<ESeverity, Boolean>();
/** Constructor. */
public ErrorViewFXViewPart() throws Exception {
super(new ErrorViewFXLayoutController(toggleState), null);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment