From 0a35cc2864dd3738e9e18c2ae6a4ab6c607e1c24 Mon Sep 17 00:00:00 2001 From: vito Date: Tue, 12 Sep 2017 09:08:03 +0800 Subject: [PATCH] pmd --- designer_base/src/com/fr/start/StartServer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designer_base/src/com/fr/start/StartServer.java b/designer_base/src/com/fr/start/StartServer.java index c235c4f68..ee06ede80 100644 --- a/designer_base/src/com/fr/start/StartServer.java +++ b/designer_base/src/com/fr/start/StartServer.java @@ -180,8 +180,8 @@ public class StartServer { private static class InformationPane extends BasicPane { private static final long serialVersionUID = 1L; - private final int FREE_STYLE_TOP = 15; - private final int FREE_STYLE_OTHER = 5; + private static final int FREE_STYLE_TOP = 15; + private static final int FREE_STYLE_OTHER = 5; public InformationPane(String message) { init(message);