Skip to content

Commit

Permalink
LPD-48106 Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Feb 6, 2025
1 parent 116cc7f commit 20cac63
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ private void _print(
Map.Entry<Set<BundleCapability>, Set<BundleRequirement>>>
entry1 : map.entrySet()) {

System.out.println(
"\nNamespace: " + entry1.getKey() + "\n");
System.out.println("\nNamespace: " + entry1.getKey() + "\n");

Map.Entry<Set<BundleCapability>, Set<BundleRequirement>> entry2 =
entry1.getValue();
Expand Down

0 comments on commit 20cac63

Please sign in to comment.