Skip to content

Commit

Permalink
jump to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Aug 2, 2015
1 parent cfb853b commit 8313d10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.tminglei</groupId>
<artifactId>form-binder-java</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
<packaging>jar</packaging>

<name>form-binder-java</name>
Expand Down Expand Up @@ -111,7 +111,7 @@
</execution>
</executions>
</plugin>
<!--

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -126,7 +126,7 @@
</execution>
</executions>
</plugin>
-->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/github/tminglei/bind/Simple.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
public class Simple extends Framework {

/**
* create data map from Map<String, String[]> and other params
* @param params params of type of Map<String, String[]>
* create data map from a map (name -* value array) and other params
* @param params params of type of Map(String -* String[])
* @param others other params
* @return
* @return new created data map
*/
public static Map<String, String> data(Map<String, String[]> params, Map.Entry<String, String>... others) {
Map<String, String> result = new HashMap<>();
Expand Down

0 comments on commit 8313d10

Please sign in to comment.