mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00:00
Convert RegistrarServlet to RegistrarAction
Convert to an action and remove ResourceServlet, JsonTransportServlet and JsonTransportServlet, all of which exist only to support it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137519385
This commit is contained in:
@@ -43,8 +43,8 @@ public final class JsonHttpTestUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns JSON data parsed out of a JsonTransportServlet response stored in the given writer.
|
||||
* If the data will be fetched multiple times, consider {@link #createJsonResponseSupplier}.
|
||||
* Returns JSON data parsed out of the contents of the given writer. If the data will be fetched
|
||||
* multiple times, consider {@link #createJsonResponseSupplier}.
|
||||
*
|
||||
* <p>Example Mockito usage:<pre> {@code
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user