Skip to content

Commit

Permalink
Merge branch '2.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jul 2, 2019
2 parents 2ca0acd + eaa9154 commit 3ef4ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>${java.version}</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static Registration.Builder copyOf(Registration registration) {
}

public Map<String, String> getMetadata() {
return Collections.unmodifiableMap(metadata);
return Collections.unmodifiableMap(this.metadata);
}

/**
Expand Down

0 comments on commit 3ef4ec8

Please sign in to comment.