commit | 2cf44c9d22b401afcabd43ce8ba920390a5f0ca0 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Mon Jan 23 19:23:56 2006 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Mon Jan 23 19:23:56 2006 +0000 |
tree | 5e442e0c2549b6d2da117479597905aeb1ce404e | |
parent | 6573096725ccfc2a13178fefae9ad7fbd1634356 [diff] |
Just realized I didn't like one aspect of the style. :-) git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@371632 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java index 05dd2f0..3fb58f2 100644 --- a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java +++ b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java
@@ -1135,7 +1135,7 @@ throw new IllegalStateException("The bundle is uninstalled."); } - if (null != System.getSecurityManager()) + if (System.getSecurityManager() != null) { try {