Remove unused imports

This commit is contained in:
Stuart Boston
2013-08-20 21:22:32 +01:00
parent a520c75773
commit 064117e66d
3 changed files with 0 additions and 6 deletions
@@ -19,7 +19,6 @@
*/
package com.omertron.themoviedbapi;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType;
import com.omertron.themoviedbapi.model.*;
@@ -1055,7 +1054,6 @@ public class TheMovieDbApi {
* @param movieId
* @param rating
* @throws MovieDbException
* @throws JsonProcessingException
*/
public boolean postMovieRating(String sessionId, Integer movieId, Integer rating) throws MovieDbException {
ApiUrl apiUrl = new ApiUrl(apiKey, BASE_MOVIE, movieId + "/rating");
@@ -20,8 +20,6 @@
package com.omertron.themoviedbapi.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Serializable;
@@ -20,8 +20,6 @@
package com.omertron.themoviedbapi.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The artwork type information