Skip to content

Commit

Permalink
Fix javadoc referencing Long when it should be Double
Browse files Browse the repository at this point in the history
Resolves #4526
  • Loading branch information
NotBjoggisAtAll authored and fmbenhassine committed Feb 12, 2024
1 parent ee4d03f commit aa60824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public String getString(String key, @Nullable String defaultValue) {
}

/**
* 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.
*/
Expand Down

0 comments on commit aa60824

Please sign in to comment.