Skip to content

Commit

Permalink
Add note on that probably wrongly named NGRequest.uri() method
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jun 29, 2024
1 parent bcc3fa6 commit 4de11a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ng-appserver/src/main/java/ng/appserver/NGRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public void _setFormValues( final Map<String, List<String>> formValues ) {
_formValues = formValues;
}

/**
* FIXME: This method should probably be called "url" rather than "uri" // Hugi 2024-06-29
*/
public String uri() {
return _uri;
}
Expand Down

0 comments on commit 4de11a0

Please sign in to comment.