Reformat on TopNNumericResultBuilder

This commit is contained in:
Charles Allen 2014-11-10 15:26:09 -08:00
parent 2b0f4534bf
commit a093f3728a
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ public class TopNNumericResultBuilder implements TopNResultBuilder
{
int retval;
if (null == o1) {
if(null == o2){
if (null == o2) {
retval = 0;
}else {
} else {
retval = -1;
}
} else if (null == o2) {