aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-08-28 22:31:48 +0300
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-08-28 22:31:48 +0300
commitef5607f85e2054676f5ee5bd8c3a538b1748369e (patch)
tree79aea3bd99a220b65964a1d1c97e0afe2ea047b4 /src
parent6f01b31e24a782d59db2dde241cab94739294390 (diff)
downloadjitsi-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')
-rw-r--r--src/net/java/sip/communicator/plugin/propertieseditor/ButtonsPanel.java1
-rw-r--r--src/net/java/sip/communicator/plugin/propertieseditor/Constants.java1
-rw-r--r--src/net/java/sip/communicator/plugin/propertieseditor/PropertiesEditorPanel.java3
-rw-r--r--src/net/java/sip/communicator/plugin/propertieseditor/PropsTableModel.java3
-rw-r--r--src/net/java/sip/communicator/plugin/propertieseditor/SearchField.java1
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