You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Made isInSubnet method static in DenylistFileProvider.java
- Made getZipInputStream method static in ZipFileProvider.java
These methods don't use instance variables and can be declared as static.
0 commit comments