Skip to content

Commit 3dd303c

Browse files
committed
Issue #1501: missing break clause in switch
1 parent fc0c0ab commit 3dd303c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • org.restlet.java/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata

org.restlet.java/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ public void execute() throws Exception {
395395
entities.add(entryContentHandler.getEntity());
396396
}
397397
}
398+
break;
398399
default:
399400
// Can only guess entity and entity set, a priori.
400401
// TODO May we go a step further by analyzing the metadata

0 commit comments

Comments
 (0)