peter_backlund il y a 17 ans
Parent
révision
b255c39f07

dddsample/external/reporting/src/test/java/temp/pkg/Fixture.java → dddsample/external/reporting/src/test/java/com/reporting/Fixture.java Voir le fichier

@@ -4,7 +4,7 @@
4 4
  * @created 2009-okt-03
5 5
  * $Id$
6 6
  */
7
-package temp.pkg;
7
+package com.reporting;
8 8
 
9 9
 import org.apache.commons.io.IOUtils;
10 10
 import org.springframework.context.ApplicationEvent;

dddsample/external/reporting/src/test/java/temp/pkg/ReportServiceTest.java → dddsample/external/reporting/src/test/java/com/reporting/ReportServiceTest.java Voir le fichier

@@ -1,4 +1,4 @@
1
-package temp.pkg;
1
+package com.reporting;
2 2
 
3 3
 import org.apache.commons.io.IOUtils;
4 4
 import org.codehaus.jettison.json.JSONArray;