Skip to content

Commit 8e86948

Browse files
committed
fix: remove unused params
1 parent 3d236ad commit 8e86948

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers

hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers/TestOmLCRule.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ public void testRuleWithBothExpirationAndAbortActions() throws OMException {
371371

372372
@Test
373373
public void testProtobufConversionWithAbortAction() throws OMException {
374-
long currentTime = System.currentTimeMillis();
375-
376374
OmLCAbortIncompleteMultipartUpload abortAction =
377375
new OmLCAbortIncompleteMultipartUpload.Builder()
378376
.setDaysAfterInitiation(14)
@@ -397,8 +395,6 @@ public void testProtobufConversionWithAbortAction() throws OMException {
397395

398396
@Test
399397
public void testProtobufConversionWithBothActions() throws OMException {
400-
long currentTime = System.currentTimeMillis();
401-
402398
OmLCExpiration expiration = new OmLCExpiration.Builder()
403399
.setDays(60)
404400
.build();

0 commit comments

Comments
 (0)