We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc280d commit 59e117fCopy full SHA for 59e117f
1 file changed
commons/src/main/java/org/restheart/exchange/MongoRequest.java
@@ -996,15 +996,6 @@ public String getMongoResourceUri() {
996
return mongoResourceUri;
997
}
998
999
- /**
1000
- * this method has a typo and will be removed
1001
- * use getPathTemplateParameters() instead
1002
- */
1003
- @Deprecated(forRemoval = true)
1004
- public Map<String, String> getPathTemplateParamenters() {
1005
- return getPathTemplateParameters();
1006
- }
1007
-
1008
/**
1009
* if mongo-mounts specifies a path template (i.e. /{foo}/*) this returns
1010
* the request template parameters {@literal (/x/y => foo=x, *=y) }
0 commit comments