Document intentional drop-thru
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1388049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf57689e44
commit
7be7d80dfe
|
@ -504,6 +504,7 @@ public class FastDateParser implements DateParser, Serializable {
|
|||
if(formatField.length()>2) {
|
||||
formatField= formatField.substring(1, formatField.length()-1);
|
||||
}
|
||||
//$FALL-THROUGH$
|
||||
default:
|
||||
return new CopyQuotedStrategy(formatField);
|
||||
case 'D':
|
||||
|
|
Loading…
Reference in New Issue