Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Consistently define default serialVersionUID Change-Id: I11473939eb38a8f206117694e372773011cf2c09
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user