Correct spelling error

master
Stuart Boston 11 years ago
parent 21e1e55633
commit 01fba3b235

@ -22,13 +22,13 @@ package com.omertron.themoviedbapi.enumeration;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
/** /**
* List of movie methods * List of all "Append To Response" movie methods
* *
* @author Stuart * @author Stuart
*/ */
public enum MovieMethod { public enum MovieMethod {
ALTERNATIVE_TILES, ALTERNATIVE_TITLES,
CHANGES, CHANGES,
CREDITS, CREDITS,
IMAGES, IMAGES,

@ -28,7 +28,7 @@ import org.apache.commons.lang3.StringUtils;
*/ */
public enum TVMethod { public enum TVMethod {
ALTERNATIVE_TILES, ALTERNATIVE_TITLES,
CHANGES, CHANGES,
CONTENT_RATINGS, CONTENT_RATINGS,
CREDITS, CREDITS,

Loading…
Cancel
Save