Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Consistently define default serialVersionUID

Change-Id: I11473939eb38a8f206117694e372773011cf2c09
This commit is contained in:
David Pursehouse
2018-12-20 16:36:42 +09:00
24 changed files with 52 additions and 23 deletions

View File

@@ -129,8 +129,9 @@ public class QueryDocumentationExecutor {
return parser != null && searcher != null;
}
@SuppressWarnings("serial")
public static class DocQueryException extends Exception {
private static final long serialVersionUID = 1L;
DocQueryException() {}
DocQueryException(String msg) {