File tree Expand file tree Collapse file tree
hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/om/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments