[freenet-cvs] r15447 - trunk/freenet/src/freenet/clients/http

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Oct 17 17:53:26 UTC 2007


Author: nextgens
Date: 2007-10-17 17:53:25 +0000 (Wed, 17 Oct 2007)
New Revision: 15447

Modified:
   trunk/freenet/src/freenet/clients/http/RedirectException.java
Log:
Make src/freenet/clients/http/RedirectException.java public

Modified: trunk/freenet/src/freenet/clients/http/RedirectException.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/RedirectException.java	2007-10-14 21:00:40 UTC (rev 15446)
+++ trunk/freenet/src/freenet/clients/http/RedirectException.java	2007-10-17 17:53:25 UTC (rev 15447)
@@ -5,7 +5,7 @@
 
 import java.net.URI;
 
-class RedirectException extends Exception {
+public class RedirectException extends Exception {
 	private static final long serialVersionUID = -1;
 	URI newuri;
 	




More information about the cvs mailing list