ovidiu 02/03/13 09:53:22
Modified: src/scratchpad/src/org/apache/cocoon/sunshine SunShine.java
Log:
Don't import org.apache.cocoon.sunshine.util.\* which doesn't seem to exist.
Revision Changes Path
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/SunShine.java
Index: SunShine.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/SunShine.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SunShine.java 22 Feb 2002 06:57:17 -0000 1.2
+++ SunShine.java 13 Mar 2002 17:53:22 -0000 1.3
@@ -96,7 +96,7 @@
import org.apache.cocoon.sunshine.context.SimpleSessionContext;
import org.apache.cocoon.sunshine.context.StandardSessionContextProvider;
import org.apache.cocoon.sunshine.xml.XMLUtil;
-import org.apache.cocoon.sunshine.util.*;
+//import org.apache.cocoon.sunshine.util.*;
/**
* This is the basis sunShine component.
@@ -121,7 +121,7 @@
* allowed but if one thread wants to write, no other can read or write.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
- * @version CVS $Id: SunShine.java,v 1.2 2002/02/22 06:57:17 cziegeler Exp $
+ * @version CVS $Id: SunShine.java,v 1.3 2002/03/13 17:53:22 ovidiu Exp $
*/
public final class SunShine
extends AbstractLoggable
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]