Skip to content

Commit 893e83e

Browse files
NotBjoggisAtAllfmbenhassine
authored andcommitted
Fix javadoc referencing Long when it should be Double
Resolves #4526
1 parent 1258db9 commit 893e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/JobParameters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public String getString(String key, @Nullable String defaultValue) {
142142
}
143143

144144
/**
145-
* Typesafe getter for the {@link Long} represented by the provided key.
145+
* Typesafe getter for the {@link Double} represented by the provided key.
146146
* @param key The key for which to get a value.
147147
* @return The {@link Double} value or {@code null} if the key is absent.
148148
*/

0 commit comments

Comments
 (0)