Skip to content

Commit

Permalink
squid:S1118 - Utility classes should not have public constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
George Kankava committed Jul 1, 2016
1 parent 2461b3e commit 87d56a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public class AlfrescoDtoUtil {
/** The Constant ISO8601_PATTERN. */
private static final String ISO8601_PATTERN = "yyyy-MM-dd'T'HH:mm:ss.SSSz";

private AlfrescoDtoUtil() {}

/**
* Parses the ISO8601 date string.
*
Expand Down

0 comments on commit 87d56a1

Please sign in to comment.