Skip to content

Commit 59e117f

Browse files
committed
🐛 Remove deprecated method with typo in MongoRequest class
1 parent 5cc280d commit 59e117f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

commons/src/main/java/org/restheart/exchange/MongoRequest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -996,15 +996,6 @@ public String getMongoResourceUri() {
996996
return mongoResourceUri;
997997
}
998998

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-
1008999
/**
10091000
* if mongo-mounts specifies a path template (i.e. /{foo}/*) this returns
10101001
* the request template parameters {@literal (/x/y => foo=x, *=y) }

0 commit comments

Comments
 (0)