From 9b3a49e252bdbed1ed0b1b801a4242157dc6ef69 Mon Sep 17 00:00:00 2001 From: Peter Verhas Date: Mon, 7 Oct 2019 20:07:28 +0200 Subject: [PATCH] version 3.1.3 --- pom.xml | 2 +- src/main/java/javax0/license3j/License.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b714e01..e6d6b52 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.javax0.license3j license3j - 3.1.3-SNAPSHOT + 3.1.3 jar License3j diff --git a/src/main/java/javax0/license3j/License.java b/src/main/java/javax0/license3j/License.java index e914f88..63a288c 100644 --- a/src/main/java/javax0/license3j/License.java +++ b/src/main/java/javax0/license3j/License.java @@ -248,7 +248,7 @@ private Feature[] featuresSorted(Set excluded) { *

The internal implementation of the map is a linked hash map * that stores the features in their names' alphabetic order.

* - * @return + * @return the collected map */ public Map getFeatures() { final var result = new LinkedHashMap();