From: Tim P <ti...@us...> - 2008-03-19 17:25:22
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/resource In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20111/src/org/webmacro/resource Modified Files: CachingProvider.java Log Message: Checkstyle: organise imports Index: CachingProvider.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/resource/CachingProvider.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CachingProvider.java 12 Jun 2003 00:47:47 -0000 1.19 --- CachingProvider.java 19 Mar 2008 17:25:18 -0000 1.20 *************** *** 24,28 **** package org.webmacro.resource; ! import org.webmacro.*; import org.webmacro.util.Settings; --- 24,32 ---- package org.webmacro.resource; ! import org.webmacro.Broker; ! import org.webmacro.InitException; ! import org.webmacro.Log; ! import org.webmacro.Provider; ! import org.webmacro.ResourceException; import org.webmacro.util.Settings; *************** *** 112,116 **** } ! /* * Delegates to ResourceLoader implementers the load operation * by casting the query as a string and invoking the --- 116,120 ---- } ! /** * Delegates to ResourceLoader implementers the load operation * by casting the query as a string and invoking the |