Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sombra-dmytro-mula committed Oct 6, 2019
1 parent bf0f02d commit 22fcb16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -157,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/sombrainc/excelorm/e2/EReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public <E> ListOfRange<E> listOf(Class<E> aClass) {
}

/**
* Load items from the spreadsheet into the Map of single or custom objects (Map<K, V>)
* Load items from the spreadsheet into the Map
*
* @param key key class
* @param value value class
Expand All @@ -117,7 +117,7 @@ public <K, V> MapOfRanges<K, V> mapOf(Class<K> key, Class<V> value) {
}

/**
* Load items from the spreadsheet into the Map of Lists (Map<K, List<V>)
* Load items from the spreadsheet into the Map of Lists
*
* @param key key class
* @param value value class
Expand Down

0 comments on commit 22fcb16

Please sign in to comment.