Skip to content

Commit

Permalink
Baseline changes introduced a warning
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Mar 18, 2024
1 parent 104ad99 commit 30ad4ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions biz.aQute.bndlib/src/aQute/bnd/differ/Baseline.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
import static aQute.bnd.service.diff.Delta.UNCHANGED;

import java.io.IOException;
import java.util.*;
import java.util.Collection;
import java.util.Collections;
import java.util.Formatter;
import java.util.Map;
import java.util.Set;
import java.util.jar.Manifest;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import aQute.bnd.header.Attrs;
import aQute.bnd.header.OSGiHeader;
import aQute.bnd.header.Parameters;
import aQute.bnd.osgi.Constants;
Expand Down

0 comments on commit 30ad4ba

Please sign in to comment.