Author: rickhall
Date: Tue Apr 12 19:17:47 2011
New Revision: 1091551
URL: http://svn.apache.org/viewvc?rev=1091551&view=rev
Log:
Fix spacing.
Modified:
felix/sandbox/rickhall/framework-r43/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java
Modified:
felix/sandbox/rickhall/framework-r43/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java
URL:
http://svn.apache.org/viewvc/felix/sandbox/rickhall/framework-r43/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java?rev=1091551&r1=1091550&r2=1091551&view=diff
==============================================================================
---
felix/sandbox/rickhall/framework-r43/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java
(original)
+++
felix/sandbox/rickhall/framework-r43/src/main/java/org/apache/felix/framework/resolver/ResolverImpl.java
Tue Apr 12 19:17:47 2011
@@ -79,7 +79,7 @@ public class ResolverImpl implements Res
allCandidates.prepare(getResolvedSingletons(state));
// Record the initial candidate permutation.
- m_usesPermutations.add(allCandidates);
+ m_usesPermutations.add(allCandidates);
ResolveException rethrow = null;