We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0c0ab commit 3dd303cCopy full SHA for 3dd303c
1 file changed
org.restlet.java/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java
@@ -395,6 +395,7 @@ public void execute() throws Exception {
395
entities.add(entryContentHandler.getEntity());
396
}
397
398
+ break;
399
default:
400
// Can only guess entity and entity set, a priori.
401
// TODO May we go a step further by analyzing the metadata
0 commit comments