RestApiException: Fix Javadoc
Change-Id: I63f5de3d78aac5a709fa353984fe6e4c9f3a15e8
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package com.google.gerrit.extensions.restapi;
|
||||
|
||||
/** Root exception type for JSON API failures. */
|
||||
/** Root exception type for REST API failures. */
|
||||
public class RestApiException extends Exception {
|
||||
private static final long serialVersionUID = 1L;
|
||||
private CacheControl caching = CacheControl.NONE;
|
||||
|
||||
Reference in New Issue
Block a user