From f27f6f35fe63a1ef07786fc7921082c8327562b8 Mon Sep 17 00:00:00 2001 From: Omertron <> Date: Tue, 29 Jan 2013 21:05:12 +0000 Subject: [PATCH] Updated Javadoc --- src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/";