Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
修改 AggregateUtil.groupCount(Iterable<O>, String...) javadoc fix #810
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jan 6, 2020
1 parent b08c077 commit b6902d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/feilong/core/util/AggregateUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ public static <O, T> Map<T, Integer> groupCount(Iterable<O> beanIterable,String
//---------------------------------------------------------------

/**
* 循环 <code>beanIterable</code>,只选择符合 <code>includePredicate</code>的对象,统计 <code>propertyName</code>的值出现的次数.
* 循环 <code>beanIterable</code>,统计不同 <code>propertyNames</code>的不同值出现的次数.
*
* <h3>说明:</h3>
* <blockquote>
Expand Down

0 comments on commit b6902d7

Please sign in to comment.