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

Cleanup

parent 46876315
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ public class VideoPadContentFactory extends PadContentFactory {
return FILE_EXTENSION;
}
private class VideoContentView implements IPadContentView {
private static class VideoContentView implements IPadContentView {
private Label nameLabel;
private final Label nameLabel;
VideoContentView(Pad pad, Pane parentNode) {
nameLabel = new Label();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment