Add NORELEASE while we migrate aggregations

This commit is contained in:
Nik Everett 2016-04-13 09:31:36 -04:00
parent e1a3aca08b
commit edc09a7ac5
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public abstract class AggregatorBuilder<AB extends AggregatorBuilder<AB>> extend
metaData = in.readMap();
}
protected boolean usesNewStyleSerialization() {
protected boolean usesNewStyleSerialization() { // NORELEASE remove this before 5.0.0GA, when all the aggregations have been migrated
return false;
}