Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user