mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Enable RedundantModifier checkstyle check
This commit is contained in:
parent
193688e553
commit
b5209f4701
36 changed files with 86 additions and 85 deletions
|
@ -254,7 +254,7 @@ public class StreamManagement {
|
|||
private final long handledCount;
|
||||
private final String previd;
|
||||
|
||||
public AbstractResume(long handledCount, String previd) {
|
||||
private AbstractResume(long handledCount, String previd) {
|
||||
this.handledCount = handledCount;
|
||||
this.previd = previd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue