This is an automated email from the ASF dual-hosted git repository.
cschneider pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git
The following commit(s) were added to refs/heads/master by this push:
new 89f6526 SLING-10066 - Remove unused imports
89f6526 is described below
commit 89f65268cfb7dcee73de4275af92eb87d20636db
Author: Christian Schneider <[email protected]>
AuthorDate: Mon Mar 15 09:43:11 2021 +0100
SLING-10066 - Remove unused imports
---
.../apache/sling/distribution/journal/messages/PackageMessageTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/src/test/java/org/apache/sling/distribution/journal/messages/PackageMessageTest.java
b/src/test/java/org/apache/sling/distribution/journal/messages/PackageMessageTest.java
index 493c09b..b473adc 100644
---
a/src/test/java/org/apache/sling/distribution/journal/messages/PackageMessageTest.java
+++
b/src/test/java/org/apache/sling/distribution/journal/messages/PackageMessageTest.java
@@ -20,7 +20,6 @@ package org.apache.sling.distribution.journal.messages;
import static
org.apache.sling.distribution.journal.messages.PackageMessage.abbreviate;
import static org.hamcrest.CoreMatchers.equalTo;
-import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertNull;
@@ -36,7 +35,6 @@ import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
-import org.junit.Assert;
import org.junit.Test;
import com.fasterxml.jackson.core.JsonGenerationException;