You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/11/23 05:00:25 UTC

svn commit: r719949 - /myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp

Author: hazems
Date: Sat Nov 22 20:00:25 2008
New Revision: 719949

URL: http://svn.apache.org/viewvc?rev=719949&view=rev
Log:
removing unused import.

Modified:
    myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp

Modified: myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp?rev=719949&r1=719948&r2=719949&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp (original)
+++ myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/exporter.jsp Sat Nov 22 20:00:25 2008
@@ -1,5 +1,3 @@
-<%@ page import="java.math.BigDecimal,
-                 java.util.Date" %>
 <%@ page session="false" contentType="text/html;charset=utf-8" %>
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>