Skip to content

Commit

Permalink
Make JDBC WarningsManager package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Oct 3, 2019
1 parent fd01f9c commit 3aa0c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static java.util.Objects.requireNonNull;

@ThreadSafe
public class WarningsManager
final class WarningsManager
{
@GuardedBy("this")
private final Set<Warning.Code> warningsSeen = new HashSet<>();
Expand Down

0 comments on commit 3aa0c23

Please sign in to comment.