Fix javadoc referencing Long when it should be Double

Resolves #4526
This commit is contained in:
Jonas Bjørge Andersen
2024-01-05 16:45:10 +01:00
committed by Mahmoud Ben Hassine
parent 0af714d1dd
commit fce780fdc0

View File

@@ -141,7 +141,7 @@ public class JobParameters implements Serializable {
}
/**
* Typesafe getter for the {@link Long} represented by the provided key.
* Typesafe getter for the {@link Double} represented by the provided key.
* @param key The key for which to get a value.
* @return The {@link Double} value or {@code null} if the key is absent.
*/