diff --git a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java index c1515b5fb..3172aac00 100644 --- a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java +++ b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java @@ -75,7 +75,7 @@ import org.apache.log4j.Logger; /** * The MovieDb API - * + *

* This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3 * * @author stuart.boston @@ -90,8 +90,6 @@ public class TheMovieDbApi { * * These are not set to static so that multiple instances of * the API can co-exist - * - * TODO: See issue 9 http://code.google.com/p/themoviedbapi/issues/detail?id=9 */ private static final String BASE_MOVIE = "movie/"; private static final String BASE_PERSON = "person/";