NIHVIVO-3523 Different RequestedActions may need different means of creating a URI. In particular, SimpleRequestedAction provides a different GUI for each instance.
This commit is contained in:
parent
fa34ce4293
commit
bf27bddb46
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ public abstract class RequestedAction {
|
|||
* In its most basic form, a RequestAction needs to have an identifier.
|
||||
* Sometimes this will be enough.
|
||||
*/
|
||||
public final String getURI() {
|
||||
public String getURI() {
|
||||
return RequestActionConstants.actionNamespace + this.getClass().getName();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue