dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03122
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1040: Minor fixed
------------------------------------------------------------
revno: 1040
committer: hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-11-17 14:20:08 +0700
message:
Minor fixed
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/preview/action/XMLStructureResponse.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/preview/action/XMLStructureResponse.java'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/preview/action/XMLStructureResponse.java 2009-11-17 05:30:13 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/preview/action/XMLStructureResponse.java 2009-11-17 07:20:08 +0000
@@ -473,19 +473,4 @@
}
}
- // -------------------------------------------------------------------------
- // main method
- // -------------------------------------------------------------------------
-
- public static void main( String[] args )
- throws Exception
- {
- // String fileName = "GenerateBaoCaoCongTacNam.xls";
- String fileName = "admin17.11.2009.10.24.00.AMBaoCaoCongTacThang.xls";
-
- System.out.println( new XMLStructureResponse( "c:\\Program Files\\DHIS2OH-2.0\\config\\excelreporting\\temp\\"
- + fileName, "UTF8", 1, true, false, true, false, false ).getSTRUCTURE_DATA_RESPONSE() );
-
- }
-
}