[Joafip-svn] SF.net SVN: joafip:[2944] trunk/joafip/src/main/java/net/sf/joafip/store/ service/exp
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-10-28 03:15:05
|
Revision: 2944
http://joafip.svn.sourceforge.net/joafip/?rev=2944&view=rev
Author: luc_peuvrier
Date: 2011-10-28 03:14:59 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
fixme changed
Modified Paths:
--------------
trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/in/XmlImporter.java
Modified: trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/in/XmlImporter.java
===================================================================
--- trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/in/XmlImporter.java 2011-10-28 03:14:11 UTC (rev 2943)
+++ trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/in/XmlImporter.java 2011-10-28 03:14:59 UTC (rev 2944)
@@ -68,7 +68,7 @@
throw new ImportException(exportFile + " does not exists");
}
final SAXParserFactory factory = SAXParserFactory.newInstance();
- // FIXMELUC _______________why not validating
+ // FIXMELUC ___________why not validating
factory.setValidating(false);
factory.setNamespaceAware(true);
final SchemaFactory schemaFactory = SchemaFactory
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|