Skip to content

Commit f26fdd0

Browse files
committed
OptionsLookAndFeel: remove deprecated methods
1 parent 3ae68ab commit f26fdd0

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-ui-swing</artifactId>
13-
<version>0.16.3-SNAPSHOT</version>
13+
<version>0.17.0-SNAPSHOT</version>
1414

1515
<name>SciJava UI: Swing</name>
1616
<description>SciJava user interface components for Java Swing.</description>

src/main/java/org/scijava/ui/swing/options/OptionsLookAndFeel.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,4 @@ public static void setupLookAndFeel(final String lookAndFeel) {
260260
}
261261
}
262262
}
263-
264-
// -- Deprecated methods --
265-
266-
@Deprecated
267-
public UserInterface getUI() {
268-
return uiService().getDefaultUI();
269-
}
270-
271-
@Deprecated
272-
public void setUI(@SuppressWarnings("unused") final UserInterface ui) {
273-
throw new UnsupportedOperationException();
274-
}
275263
}

0 commit comments

Comments
 (0)