Skip to content

Commit 19d445c

Browse files
author
Lloyd Watkin
committed
Eclipse code formatting updates
1 parent 37832b7 commit 19d445c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • src/main/java/org/buddycloud/channelserver/channel

src/main/java/org/buddycloud/channelserver/channel/Conf.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ public static String getPostChannelNodename(JID channelJID) {
4242

4343
/**
4444
* Parses a ISO 8601 to a string
45-
*
45+
*
4646
* @param iso8601Str
4747
* @return
48-
* @throws IllegalArgumentException if the provided string is not ISO 8601
48+
* @throws IllegalArgumentException
49+
* if the provided string is not ISO 8601
4950
*/
50-
public static Date parseDate(String iso8601Str) throws IllegalArgumentException {
51+
public static Date parseDate(String iso8601Str)
52+
throws IllegalArgumentException {
5153
return ISO_8601_PARSER.parseDateTime(iso8601Str).toDate();
5254
}
5355

0 commit comments

Comments
 (0)