Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Sep 25, 2017
1 parent a6c5114 commit 3255187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>phone-home-client</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<name>Phone Home Client</name>
<description>A client to allow integrations to phone home using the common phone-home-api.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import com.blackducksoftware.integration.validator.FieldEnum;

public enum PhoneHomeRequestFieldEnum implements FieldEnum{
public enum PhoneHomeRequestFieldEnum implements FieldEnum {
BLACKDUCKNAME("blackDuckName"),
BLACKDUCKVERSION("blackDuckVersion"),
PLUGINVERSION("pluginVersion"),
Expand Down

0 comments on commit 3255187

Please sign in to comment.