Skip to content

Commit aa60824

Browse files
NotBjoggisAtAllfmbenhassine
authored andcommitted
Fix javadoc referencing Long when it should be Double
Resolves #4526
1 parent ee4d03f commit aa60824

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public String getString(String key, @Nullable String defaultValue) {
141141
}
142142

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

0 commit comments

Comments
 (0)