dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18094
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7486: local/in Minor Change
------------------------------------------------------------
revno: 7486
committer: Gaurav <gaurav08021@xxxxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-07-02 17:22:26 +0530
message:
local/in Minor Change
modified:
local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.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 'local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java'
--- local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java 2012-07-02 11:35:09 +0000
+++ local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/upward/action/GenerateUpwardReportAnalyserResultAction.java 2012-07-02 11:52:26 +0000
@@ -326,9 +326,6 @@
WritableCell cell = sheet0.getWritableCell(tempColNo, tempRowNo);
- System.out.println("\n* TESTING: ["+cell.getCellFeatures()+"]");
- System.out.println("* TESTING : Cell Content ["+tempStr+"]\n");
-
CellFormat cellFormat = cell.getCellFormat();
WritableCellFormat wCellformat = new WritableCellFormat();
wCellformat.setBorder(Border.ALL, BorderLineStyle.THIN);
@@ -348,8 +345,6 @@
}
}
- outputReportWorkbook.write();
-
count1++;
}// inner while loop end
orgUnitCount++;