Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Release 2.0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <[email protected]>
  • Loading branch information
gallandarakhneorg committed Nov 30, 2015
1 parent 890804a commit adbf2b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion io.janusproject.kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.janusproject</groupId>
<artifactId>io.janusproject</artifactId>
<version>2.0.3.0-SNAPSHOT</version>
<version>2.0.3.0</version>
</parent>
<artifactId>io.janusproject.kernel</artifactId>
<name>Janus Kernel</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ public interface DMultiMap<K, V> extends Multimap<K, V> {

/**
* Returns number of values matching to given key in the multimap.
* <p/>
* <p><b>Warning:</b></p>
* <p>
* This method uses <tt>hashCode</tt> and <tt>equals</tt> of binary form of
*
* <p><b>Warning:</b>
*
* <p>This method uses <tt>hashCode</tt> and <tt>equals</tt> of binary form of
* the <tt>key</tt>, not the actual implementations of <tt>hashCode</tt> and <tt>equals</tt>
* defined in <tt>key</tt>'s class.
* </p>
*
* @param key the key whose values count are to be returned
* @return number of values matching to given key in the multimap.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* <p>If a <code>LogParam</code> is passed as parameter, the <code>toString</code>
* function will be invoked.
*
* <p>For all the other objects, the {@link #toString()} function is invoked.
* <p>For all the other objects, the {@link Object#toString()} function is invoked.
*
*
* @author $Author: sgalland$
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.janusproject</groupId>
<artifactId>io.janusproject</artifactId>
<version>2.0.3.0-SNAPSHOT</version>
<version>2.0.3.0</version>


<name>Janus Project</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<compiler.level>1.8</compiler.level>
<copyrighters>the original authors or authors</copyrighters>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sarl.version>0.3.0-SNAPSHOT</sarl.version>
<sarl.version>0.3.0</sarl.version>
<sarl.spec.version>0.3</sarl.spec.version>
<guice.version>4.0</guice.version>
<guava.version>19.0.0</guava.version>
Expand Down Expand Up @@ -720,7 +720,7 @@

<!-- THE REPOSITORIES ARE ONLY NEEDED TO ACCESS TO THE SNAPSHOT VERSIONS
OF SARL AND JANUS -->
<repositories>
<!--<repositories>
<repository>
<id>io.sarl.maven</id>
<name>Sarl.io Snapshots</name>
Expand All @@ -743,7 +743,7 @@
<enabled>true</enabled>
</releases>
</repository>
</repositories>
</repositories>-->

<!-- ==================== -->
<!-- ==== Development === -->
Expand Down

0 comments on commit adbf2b8

Please sign in to comment.