aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/util
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-02-26 20:47:56 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2013-02-26 20:47:56 +0000
commitc85ca6ca0c6b2bcf7c0a4582a25da14d163a6f69 (patch)
tree8f4e80ebac65c0a574f05d09ac9b67639d746f8b /src/net/java/sip/communicator/util
parent2510f1d11c5cb236d9e9442830ea242094e90d73 (diff)
downloadjitsi-c85ca6ca0c6b2bcf7c0a4582a25da14d163a6f69.zip
jitsi-c85ca6ca0c6b2bcf7c0a4582a25da14d163a6f69.tar.gz
jitsi-c85ca6ca0c6b2bcf7c0a4582a25da14d163a6f69.tar.bz2
Works on preventing an issue with the display of remote video which could scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
Diffstat (limited to 'src/net/java/sip/communicator/util')
-rw-r--r--src/net/java/sip/communicator/util/GuiUtils.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/java/sip/communicator/util/GuiUtils.java b/src/net/java/sip/communicator/util/GuiUtils.java
index 196dc8c..8f07475 100644
--- a/src/net/java/sip/communicator/util/GuiUtils.java
+++ b/src/net/java/sip/communicator/util/GuiUtils.java
@@ -42,9 +42,9 @@ public class GuiUtils
*/
public static final long MILLIS_PER_DAY = 24 * MILLIS_PER_HOUR;
- // These mappings map a character (key) to a specific digit that should replace it for
- // normalization purposes. Non-European digits that may be used in phone numbers are mapped to a
- // European equivalent.
+ // These mappings map a character (key) to a specific digit that should
+ // replace it for normalization purposes. Non-European digits that may be
+ // used in phone numbers are mapped to a European equivalent.
private static final Map<Character, Character> DIGIT_MAPPINGS;
/**