Skip to content

Commit

Permalink
POM to 3.1.4 release + fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed Feb 4, 2020
1 parent 865882e commit c446df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/javax0/license3j/crypto/LicenseKeyPair.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public KeyPair getPair() {
/*
public byte[] get{{Type}}() {
keyNotNull(pair.get{{Type}}());
Key key = pair.get{{Type}}();
final Key key = pair.get{{Type}}();
return getKeyBytes(key);
}
Expand Down

0 comments on commit c446df6

Please sign in to comment.