mirror of
https://github.com/google/nomulus.git
synced 2025-07-13 14:35:16 +02:00
Remove files that are not longer used for create/update premium list (#1288)
* Remove files that are not longer used for create/update premium list * Remove comments/notes related to create/update premium list action files
This commit is contained in:
parent
2da8b53739
commit
03bb360a94
12 changed files with 1 additions and 482 deletions
|
@ -62,8 +62,7 @@ to `ToolsServlet` to execute the action on the server (these commands implement
|
|||
[Remote API](https://cloud.google.com/appengine/docs/java/tools/remoteapi)
|
||||
(these commands implement `RemoteApiCommand`). Server-side commands take more
|
||||
work to implement because they require both a client and a server-side
|
||||
component, e.g. `CreatePremiumListCommand.java` and
|
||||
`CreatePremiumListAction.java` respectively for creating a premium list.
|
||||
component.
|
||||
However, they are fully capable of doing anything that is possible with App
|
||||
Engine, including running a large MapReduce, because they execute on the tools
|
||||
service in the App Engine cloud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue