=== modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/beneficiaryregistration/action/SaveBeneficiaryAction.java' --- dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/beneficiaryregistration/action/SaveBeneficiaryAction.java 2012-07-10 14:57:33 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/beneficiaryregistration/action/SaveBeneficiaryAction.java 2012-07-10 15:16:49 +0000 @@ -200,8 +200,9 @@ } patient.setGender( gender ); - // TODO: is this replaced by somting else???? + // TODO: is this replaced by something else???? // patient.setBloodGroup( bloodGroup ); + try { === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/input/SMSInput.java' --- dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/input/SMSInput.java 2012-07-10 14:57:33 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/java/org/hisp/dhis/sms/input/SMSInput.java 2012-07-10 15:16:49 +0000 @@ -16,7 +16,6 @@ import org.hisp.dhis.period.CalendarPeriodType; import org.hisp.dhis.period.Period; -import org.hisp.dhis.sms.inbound.HibernateIncomingSmsStore; import org.hisp.dhis.sms.incoming.IncomingSms; import org.hisp.dhis.sms.incoming.IncomingSmsStore; import org.hisp.dhis.sms.incoming.SmsMessageEncoding; @@ -50,8 +49,6 @@ @Autowired private DataElementCategoryService dataElementCategoryService; - private String test; - public SMSInput() { } @@ -309,14 +306,4 @@ this.source_id = source_id; } - public String getTest() { - return test; - } - - public void setTest(String test) { - System.out.println("\n\n\n test: " + test + " \n\n\n"); - this.test = test; - } - - }