mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
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 @@ private Strategy getStrategy(String formatField) {
|
||||
if(formatField.length()>2) {
|
||||
formatField= formatField.substring(1, formatField.length()-1);
|
||||
}
|
||||
//$FALL-THROUGH$
|
||||
default:
|
||||
return new CopyQuotedStrategy(formatField);
|
||||
case 'D':
|
||||
|
Loading…
x
Reference in New Issue
Block a user