Skip to content

Commit

Permalink
1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 24, 2018
1 parent 6b86937 commit a55a7bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ hs_err_pid*

# Benchmark
*.json
/target/
1 change: 0 additions & 1 deletion src/main/java/cn/nextop/lite/pool/util/Iterators.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/**
* @author Jingqi Xu
*/
@SuppressWarnings("unchecked")
public final class Iterators {
//
private static final Iterable<?> EMPTY = new IterableImpl<>(new IteratorImpl<>());
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/nextop/lite/pool/util/Objects.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* @author Jingqi Xu
*/
@SuppressWarnings({"unchecked", "rawtypes"})
@SuppressWarnings({"unchecked"})
public final class Objects {

/**
Expand Down

0 comments on commit a55a7bf

Please sign in to comment.