Author: doll
Date: Mon May 19 07:47:46 2008
New Revision: 657843

URL: http://svn.apache.org/viewvc?rev=657843&view=rev
Log:
Remove old outdated comments.


Modified:
    
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/abdera/SocialApiProvider.java

Modified: 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/abdera/SocialApiProvider.java
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/abdera/SocialApiProvider.java?rev=657843&r1=657842&r2=657843&view=diff
==============================================================================
--- 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/abdera/SocialApiProvider.java
 (original)
+++ 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/abdera/SocialApiProvider.java
 Mon May 19 07:47:46 2008
@@ -51,15 +51,9 @@
    * CollectionAdapters are provided via Guice and the RouteManager wires
    * together the Routes, their TargetTypes and CollectionAdapters.
    *
-   * TODO: Create one CollectionAdapter per URL. There is currently logic in 
the
-   * People and Activities Adapters that allows them to be multi-purpose, but
-   * this will need to change.
-   *
    * TODO: Implement the group urls.
    */
   public void initialize() {
-    // Add the RouteManager that parses incoming and builds outgoing URLs
-    // {uid} is assumed to be a deterministic GUID for the service
     routeManager = new SocialRouteManager(BASE)
         // People
         .addRoute(RequestUrlTemplate.CONNECTIONS_OF_USER,


Reply via email to