Fixed an case fall through that wasn't meant to happen. Caught by clang's unannotated...
authorGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:36:30 +0000 (20:36 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:36:30 +0000 (20:36 +0000)
commit6a41dae468b828f949d1cf3752fc211dbd773661
tree48c061fad3a5144312c832c5897f21c60afca117
parent075ed3eec1b13719dfd0bcb80ef2b51b9065fc61
Fixed an case fall through that wasn't meant to happen. Caught by clang's unannotated case fall through warning.

llvm-svn: 263826
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp