Skip to content

Commit 9ad191d

Browse files
committed
Code cleanup
1 parent 0ea7e9e commit 9ad191d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

server/src/main/java/com/adobe/testing/s3mock/dto/GetObjectAttributesOutput.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 Adobe.
2+
* Copyright 2017-2025 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
1616

1717
package com.adobe.testing.s3mock.dto;
1818

19-
import static com.adobe.testing.s3mock.util.EtagUtil.normalizeEtag;
20-
2119
import com.adobe.testing.s3mock.store.S3ObjectMetadata;
2220
import com.fasterxml.jackson.annotation.JsonProperty;
2321
import com.fasterxml.jackson.annotation.JsonRootName;

server/src/main/java/com/adobe/testing/s3mock/dto/GetObjectAttributesParts.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 Adobe.
2+
* Copyright 2017-2025 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package com.adobe.testing.s3mock.dto;
1818

1919
import com.fasterxml.jackson.annotation.JsonProperty;
20-
import com.fasterxml.jackson.annotation.JsonRootName;
2120
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
2221
import java.util.List;
2322

server/src/main/java/com/adobe/testing/s3mock/store/StoreCleaner.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 Adobe.
2+
* Copyright 2017-2025 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,8 +17,6 @@
1717
package com.adobe.testing.s3mock.store;
1818

1919
import static org.apache.commons.io.FileUtils.cleanDirectory;
20-
import static org.apache.commons.io.FileUtils.deleteDirectory;
21-
import static org.apache.commons.io.FileUtils.isSymlink;
2220

2321
import java.io.File;
2422
import org.springframework.beans.factory.DisposableBean;

0 commit comments

Comments
 (0)