Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.felix-maven-bu…
Browse files Browse the repository at this point in the history
…ndle-plugin-5.1.9
  • Loading branch information
sazzad16 authored May 19, 2023
2 parents a29978b + 9cdb6e9 commit e633425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public String getName() {
return name;
}

// TODO: Long
public long getSeenTime() {
public Long getSeenTime() {
return seenTime;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public <T> T execute(Connection connection, CommandObject<T> commandObject) {

@Override
protected void sleep(long sleepMillis) {
assert sleepMillis > 0;
// assert sleepMillis > 0;
totalSleepMs.addAndGet(sleepMillis);
}
};
Expand Down

0 comments on commit e633425

Please sign in to comment.