Changeset 523
- Timestamp:
- 10/29/09 18:24:59 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/util/StringParser.java
r522 r523 58 58 private static final long ONE_MINUTE = ONE_SECOND * 60; 59 59 private static final long ONE_HOUR = ONE_MINUTE * 60; 60 private static String ENCODING_UTF8 = "UTF-8"; 60 61 61 62 private StringParser() { … … 681 682 try { 682 683 text = new String(textBytes, ENCODING_UTF8); 683 } catch (UnsupportedEncodingException e) { } 684 } catch (UnsupportedEncodingException e) { 685 } 684 686 685 687 break;
Note: See TracChangeset
for help on using the changeset viewer.
