Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -91,7 +91,7 @@ public class PS4ArtworkHandler {
* PlayStation store
*
* @param titleId Title ID of application.
* @param size Size (width & height) of art work in pixels , max 1024.
* @param size Size (width and height) of art work in pixels , max 1024.
* @param locale Locale used on PlayStation store to find art work.
* @return A JPEG image as a RawType if an art work file is found otherwise null.
*/
@@ -104,7 +104,7 @@ public class PS4ArtworkHandler {
* PlayStation store
*
* @param titleId Title ID of application.
* @param size Size (width & height) of art work in pixels , max 1024.
* @param size Size (width and height) of art work in pixels , max 1024.
* @param locale Locale used on PlayStation store to find art work.
* @param forceRefetch When true, tries to re-fetch art work from PlayStation store, sometimes the art work is
* updated along with the game.