From: Tim P <ti...@us...> - 2008-03-27 09:45:16
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/servlet In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30353/src/org/webmacro/servlet Modified Files: ServletBroker.java Log Message: Whitespace Index: ServletBroker.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/servlet/ServletBroker.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ServletBroker.java 31 Oct 2005 02:46:41 -0000 1.13 --- ServletBroker.java 27 Mar 2008 09:45:13 -0000 1.14 *************** *** 91,101 **** } ! public static Broker getBroker (Servlet s, Properties additionalProperties) throws InitException { int minorVersion, majorVersion; ! ServletContext sc = s. ! getServletConfig(). ! getServletContext(); try { --- 91,100 ---- } ! public static Broker getBroker (Servlet s, Properties additionalProperties) ! throws InitException { int minorVersion, majorVersion; ! ServletContext sc = s.getServletConfig().getServletContext(); try { |