branch develop updated (df45d8e -> c8953de)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from df45d8e Introduce a new module jaxx-widget-about + make possible to add as many as wanted tags from resources (Fixes #4024) new c8953de Remove unused code The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c8953de87e2338fbf5bf6655f425242335630c95 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 21:52:42 2016 +0200 Remove unused code Summary of changes: .../main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java | 4 ---- 1 file changed, 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit c8953de87e2338fbf5bf6655f425242335630c95 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 21:52:42 2016 +0200 Remove unused code --- .../main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java index cc42b3a..7737af9 100644 --- a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java +++ b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutPanelHandler.java @@ -46,8 +46,6 @@ import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.IOException; import java.io.InputStream; -import java.util.LinkedHashMap; -import java.util.Map; import static org.nuiton.i18n.I18n.t; @@ -89,8 +87,6 @@ public class AboutPanelHandler { addTab(t("aboutframe.thirdparty"), filename); } - protected Map<String, String> extraTabs = new LinkedHashMap<String, String>(); - public void addTab(String tabTitle, String resourceName) { String tabContent = load(resourceName); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm