Skip to content
Snippets Groups Projects
Commit 1e5a2a53 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup

parent 1d6cf3bf
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ import java.nio.file.Path;
import java.util.Set;
import java.util.function.Consumer;
// COMMENT PadContentFactory
public abstract class PadContentFactory extends Component implements Comparable<PadContentFactory> {
public interface PadContentTypeChooser {
......
......@@ -12,8 +12,8 @@ import javafx.scene.Node;
*/
public class Component implements Displayable {
private String type;
private StringProperty displayProperty;
private final String type;
private final StringProperty displayProperty;
private FontIcon graphics;
public Component(String type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment