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:
Sebastian Bazley 2012-09-20 14:43:19 +00:00
parent bf57689e44
commit 7be7d80dfe
1 changed files with 1 additions and 0 deletions

View File

@ -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':