Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 7, 2013
1 parent 4bb1b9b commit c77acae
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -67,8 +67,8 @@ public class RdfSerializationUtils {
* Mon, 01 Jul 2013 07:51:23Z
*/
protected static DateTimeFormatter RFC2822DATEFORMAT =
forPattern("EEE, dd MMM yyyy HH:mm:ss Z").withLocale(Locale.US).withZone(
DateTimeZone.forID("GMT"));
forPattern("EEE, dd MMM yyyy HH:mm:ss Z").withLocale(Locale.US)
.withZone(DateTimeZone.forID("GMT"));

/**
* Get the very first value for a predicate as a string, or null if the
Expand Down

0 comments on commit c77acae

Please sign in to comment.