diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-08-28 22:31:48 +0300 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-08-28 22:31:48 +0300 |
commit | ef5607f85e2054676f5ee5bd8c3a538b1748369e (patch) | |
tree | 79aea3bd99a220b65964a1d1c97e0afe2ea047b4 /src | |
parent | 6f01b31e24a782d59db2dde241cab94739294390 (diff) | |
download | jitsi-ef5607f85e2054676f5ee5bd8c3a538b1748369e.zip jitsi-ef5607f85e2054676f5ee5bd8c3a538b1748369e.tar.gz jitsi-ef5607f85e2054676f5ee5bd8c3a538b1748369e.tar.bz2 |
Formats the source code of the propertieseditor plugin according to our convention.
Diffstat (limited to 'src')
5 files changed, 1 insertions, 8 deletions
diff --git a/src/net/java/sip/communicator/plugin/propertieseditor/ButtonsPanel.java b/src/net/java/sip/communicator/plugin/propertieseditor/ButtonsPanel.java index cd667de..f181472 100644 --- a/src/net/java/sip/communicator/plugin/propertieseditor/ButtonsPanel.java +++ b/src/net/java/sip/communicator/plugin/propertieseditor/ButtonsPanel.java @@ -4,7 +4,6 @@ * Distributable under LGPL license. * See terms of license at gnu.org. */ - package net.java.sip.communicator.plugin.propertieseditor; import java.awt.*; diff --git a/src/net/java/sip/communicator/plugin/propertieseditor/Constants.java b/src/net/java/sip/communicator/plugin/propertieseditor/Constants.java index e903b43..762066c 100644 --- a/src/net/java/sip/communicator/plugin/propertieseditor/Constants.java +++ b/src/net/java/sip/communicator/plugin/propertieseditor/Constants.java @@ -9,7 +9,6 @@ package net.java.sip.communicator.plugin.propertieseditor; * The Constants of this package. * * @author Marin Dzhigarov - * */ public class Constants { diff --git a/src/net/java/sip/communicator/plugin/propertieseditor/PropertiesEditorPanel.java b/src/net/java/sip/communicator/plugin/propertieseditor/PropertiesEditorPanel.java index a589fb2..b1cdef3 100644 --- a/src/net/java/sip/communicator/plugin/propertieseditor/PropertiesEditorPanel.java +++ b/src/net/java/sip/communicator/plugin/propertieseditor/PropertiesEditorPanel.java @@ -3,7 +3,6 @@ * * Distributable under LGPL license. See terms of license at gnu.org. */ - package net.java.sip.communicator.plugin.propertieseditor; import java.awt.*; @@ -19,11 +18,9 @@ import org.jitsi.service.resources.*; /** * @author Marin Dzhigarov * @author Pawel Domas - * */ public class PropertiesEditorPanel extends TransparentPanel - { /** * Serial version UID. diff --git a/src/net/java/sip/communicator/plugin/propertieseditor/PropsTableModel.java b/src/net/java/sip/communicator/plugin/propertieseditor/PropsTableModel.java index cc0e403..7eded6c 100644 --- a/src/net/java/sip/communicator/plugin/propertieseditor/PropsTableModel.java +++ b/src/net/java/sip/communicator/plugin/propertieseditor/PropsTableModel.java @@ -14,8 +14,7 @@ import org.jitsi.service.configuration.*; /** * @author Marin Dzhigarov - * @author Pawel Domas - * + * @author Pawel Domas */ public class PropsTableModel implements TableModel, diff --git a/src/net/java/sip/communicator/plugin/propertieseditor/SearchField.java b/src/net/java/sip/communicator/plugin/propertieseditor/SearchField.java index a79f29b..7f5c85c 100644 --- a/src/net/java/sip/communicator/plugin/propertieseditor/SearchField.java +++ b/src/net/java/sip/communicator/plugin/propertieseditor/SearchField.java @@ -21,7 +21,6 @@ import net.java.sip.communicator.util.skin.*; * The field used for searching in the properties table. * * @author Marin Dzhigarov - * */ public class SearchField extends SIPCommTextField |