commit | 21c0ff669427b4448941ac440dce7d35897ab0a0 | [log] [tgz] |
---|---|---|
author | Guillaume Nodet <gnodet@apache.org> | Thu Jun 18 21:04:55 2009 +0000 |
committer | Guillaume Nodet <gnodet@apache.org> | Thu Jun 18 21:04:55 2009 +0000 |
tree | 7b158ca2c5b4ce7f38bfc30931ddb968d912991d | |
parent | fcf2d349c3b3ab9dfddc5efe3147046c172f69dd [diff] |
Fix column header in osgi/list git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@786273 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/gshell-osgi/src/main/java/org/apache/felix/karaf/gshell/osgi/ListBundles.java b/karaf/gshell/gshell-osgi/src/main/java/org/apache/felix/karaf/gshell/osgi/ListBundles.java index 9722120..5c69962 100644 --- a/karaf/gshell/gshell-osgi/src/main/java/org/apache/felix/karaf/gshell/osgi/ListBundles.java +++ b/karaf/gshell/gshell-osgi/src/main/java/org/apache/felix/karaf/gshell/osgi/ListBundles.java
@@ -83,7 +83,7 @@ msg = " Update location"; } String level = (sl == null) ? "" : " Level "; - io.out.println(" ID State Spring " + level + msg); + io.out.println(" ID State Blueprint " + level + msg); for (int i = 0; i < bundles.length; i++) { // Get the bundle name or location. String name = (String) bundles[i].getHeaders().get(Constants.BUNDLE_NAME);