RestApiException: Fix Javadoc

Change-Id: I63f5de3d78aac5a709fa353984fe6e4c9f3a15e8
This commit is contained in:
David Pursehouse
2019-03-25 15:35:18 +01:00
parent 5684b0bb6d
commit e1b6b3db95

View File

@@ -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;