Skip to content

Commit e3cc162

Browse files
authored
Update hugegraph-store/hg-store-common/src/main/java/org/apache/hugegraph/store/query/func/AggregationFunctions.java
1 parent 016d235 commit e3cc162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugegraph-store/hg-store-common/src/main/java/org/apache/hugegraph/store/query/func/AggregationFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void iterate(T record) {
7979
((AtomicFloat) buffer).getAndAdd((Float) record);
8080
break;
8181
default:
82-
// throw new Exception ?
82+
// throw new Exception
8383
throw new IllegalStateException(
8484
"Unsupported buffer type: " + buffer.getClass().getName() +
8585
". Supported types: AtomicLong, AtomicInteger, AtomicDouble, AtomicFloat"

0 commit comments

Comments
 (0)