HPlus: fix typo

here
João Paulo Barraca 2017-01-05 00:17:28 +00:00
parent ae0718c398
commit 051d1e7390
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
}
private HPlusSupport setCurrentDate(TransactionBuilder transaction) {
Calendar c = GregorianGregorianCalendar.getInstance();
Calendar c = GregorianCalendar.getInstance();
int year = c.get(Calendar.YEAR) - 1900;
int month = c.get(Calendar.MONTH);
int day = c.get(Calendar.DAY_OF_MONTH);