Fixed description
This commit is contained in:
parent
9f9fd128a1
commit
abd5fa092d
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<artifactId>ebul-func</artifactId>
|
<artifactId>ebul-func</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>E.B.'s utility libraries - Functional interfaces</name>
|
<name>E.B.'s utility libraries - Functional interfaces</name>
|
||||||
<description>Various utilities related to Java 8's functional interfaces. This includes interfaces for functions that can throw exceptions.</description>
|
<description>Various utilities related to Java 8's functional interfaces. This includes support for the float primitive type as well as versions of all interfaces capable of rethrowing checked exceptions as runtime exceptions.</description>
|
||||||
<url>https://github.com/tseeker/ebul-func</url>
|
<url>https://github.com/tseeker/ebul-func</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
Loading…
Reference in a new issue