Skip to content

Commit f661c74

Browse files
committed
Fix javadoc errors -- apparently Java 11 does not like type arguments
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent fa8ac2a commit f661c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/plugins/indoorhelper/io/parser/utils/ParserUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static double prepareDoubleString(String doubleString) {
6464
* Get list of levels included in dataset
6565
*
6666
* @param ds data set
67-
* @return Level list as {@link ArrayList<Integer>}
67+
* @return Level list as {@link ArrayList}{@code <Integer>}}
6868
*/
6969
public static ArrayList<Integer> getLevelList(DataSet ds) {
7070
ArrayList<Integer> l = new ArrayList<>();

0 commit comments

Comments
 (0)