commit | 3dc233320e93e6dc36c01fe4daaceef87d13ae9a | [log] [tgz] |
---|---|---|
author | David Morgan Spenser Savage <dsavage@apache.org> | Tue Aug 31 13:37:47 2010 +0000 |
committer | David Morgan Spenser Savage <dsavage@apache.org> | Tue Aug 31 13:37:47 2010 +0000 |
tree | 6c36726d8a08f90e7fa7b5ca531a6d058e86920b | |
parent | 3d96690300bc1c39baa4f2249b116e1288827166 [diff] |
delete unused priority constants git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@991186 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java b/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java index 227f662..31b0ef6 100644 --- a/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java +++ b/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java
@@ -30,10 +30,6 @@ public interface IBundleRepository { - static final int NORMAL_PRIORITY = 0; - static final int MAXIMUM_PRIORITY = -500; - static final int MINIMUM_PRIORITY = 500; - String getId(); void addBundleRepositoryListener(IBundleRepositoryListener listener);