We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ec06c commit 5e3674aCopy full SHA for 5e3674a
src/main/java/net/sourceforge/pmd/util/fxdesigner/Designer.java
@@ -36,6 +36,22 @@
36
*/
37
public class Designer extends Application {
38
39
+ /**
40
+ * @deprecated Use {@code DesignerVersion.getCurrentVersion()} instead.
41
+ */
42
+ @Deprecated
43
+ public static String getCurrentVersion() {
44
+ return DesignerVersion.getCurrentVersion();
45
+ }
46
+
47
48
+ * @deprecated Use {@code DesignerVersion.getPmdCoreMinVersion()} instead.
49
50
51
+ public static String getPmdCoreMinVersion() {
52
+ return DesignerVersion.getPmdCoreMinVersion();
53
54
55
private long initStartTimeMillis;
56
private DesignerRoot designerRoot;
57
0 commit comments