Skip to content

Commit

Permalink
#54 fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
elbraulio committed Sep 5, 2020
1 parent fe4e30e commit 1d6b647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -80,7 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -115,4 +115,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
1 change: 1 addition & 0 deletions src/main/java/com/elbraulio/ezload/column/Column.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public interface Column<T> {
* Return a {@link Value} to execute actions.
*
* @param value parsed value.
* @param <P> subclass of T.
* @return a {@link Value}.
*/
<P extends T> Value value(P value);
Expand Down

0 comments on commit 1d6b647

Please sign in to comment.