Skip to content

Commit

Permalink
Bumped SNAPSHOT version.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed May 11, 2017
1 parent a02d12b commit 62cde43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.3-SNAPSHOT</version>
<name>proteus core</name>
<description>Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow.</description>
<url>http://github.com/noboomu/proteus</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public String statement()
}

/**
* Helper function to bind values to a {@link MethodSpec.Builder}
* Helper function to bind values to a {@link com.squareup.javapoet.MethodSpec.Builder}
*
* @param builder
* @param parameter
Expand Down Expand Up @@ -262,7 +262,7 @@ else if (handler.parameterTypes[i] instanceof Class)
}

/**
* Helper function to bind a {@link Parameter} to a {@link MethodSpec.Builder}
* Helper function to bind a {@link Parameter} to a {@link com.squareup.javapoet.MethodSpec.Builder}
*
* @param builder
* @param parameter
Expand Down

0 comments on commit 62cde43

Please sign in to comment.