Fix typo on month
This commit is contained in:
@@ -100,7 +100,7 @@ public class Parser extends TailerListenerAdapter {
|
|||||||
hasDate = true;
|
hasDate = true;
|
||||||
cal.set(Calendar.YEAR, Integer.parseInt(String.valueOf(entry.getValue()) ) );
|
cal.set(Calendar.YEAR, Integer.parseInt(String.valueOf(entry.getValue()) ) );
|
||||||
}
|
}
|
||||||
if ( tagName.equalsIgnoreCase("mounth") ) {
|
if ( tagName.equalsIgnoreCase("month") ) {
|
||||||
hasDate = true;
|
hasDate = true;
|
||||||
cal.set(Calendar.MONTH, Integer.parseInt(String.valueOf(entry.getValue()) ) );
|
cal.set(Calendar.MONTH, Integer.parseInt(String.valueOf(entry.getValue()) ) );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user