Author: mcculls
Date: Sun Feb 22 18:42:15 2009
New Revision: 862

Modified:
    wiki/Changes20.wiki

Log:
Fixed broken link to PrivateModule javadoc

Modified: wiki/Changes20.wiki
==============================================================================
--- wiki/Changes20.wiki (original)
+++ wiki/Changes20.wiki Sun Feb 22 18:42:15 2009
@@ -54,7 +54,7 @@
  }}}

  ===Private Modules===
-[http://google-guice.googlecode.com/svn/trunk/latest-javadoc/com/google/inject/privatemodules/PrivateModule.html
  
PrivateModules]  
can be used to create bindings that are not externally  
visible. This makes it easier to encapsulate dependencies and to avoid bind  
conflicts.
+[http://google-guice.googlecode.com/svn/trunk/latest-javadoc/com/google/inject/PrivateModule.html
  
PrivateModules]  
can be used to create bindings that are not externally  
visible. This makes it easier to encapsulate dependencies and to avoid bind  
conflicts.

  ===Servlets===
  `ServletModule` now supports programmatic configuration of servlets and  
filters (get rid of web.xml).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to