Skip to content

Commit

Permalink
version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed Oct 7, 2019
1 parent 6c7f6ae commit 9b3a49e
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.javax0.license3j</groupId>
<artifactId>license3j</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<packaging>jar</packaging>

<name>License3j</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javax0/license3j/License.java
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private Feature[] featuresSorted(Set<String> excluded) {
* <p>The internal implementation of the map is a linked hash map
* that stores the features in their names' alphabetic order.</p>
*
* @return
* @return the collected map
*/
public Map<String, Feature> getFeatures() {
final var result = new LinkedHashMap<String, Feature>();
Expand Down

0 comments on commit 9b3a49e

Please sign in to comment.