Polish formatting
Minor formatting polish across that codebase. Primarily fixing whitespace issues.
This commit is contained in:
parent
0a6da1e42d
commit
f464a45ba4
|
|
@ -63,7 +63,6 @@ public final class PrototypeTargetTests {
|
||||||
assertEquals(10, interceptor.invocationCount);
|
assertEquals(10, interceptor.invocationCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static interface TestBean {
|
public static interface TestBean {
|
||||||
public void doSomething();
|
public void doSomething();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -76,5 +76,4 @@ public class OC4JLoadTimeWeaver implements LoadTimeWeaver {
|
||||||
public ClassLoader getThrowawayClassLoader() {
|
public ClassLoader getThrowawayClassLoader() {
|
||||||
return this.classLoader.getThrowawayClassLoader();
|
return this.classLoader.getThrowawayClassLoader();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ public class CompoundExpression extends SpelNodeImpl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ValueRef getValueRef(ExpressionState state) throws EvaluationException {
|
protected ValueRef getValueRef(ExpressionState state) throws EvaluationException {
|
||||||
if (getChildCount()==1) {
|
if (getChildCount()==1) {
|
||||||
|
|
|
||||||
|
|
@ -149,5 +149,4 @@ public abstract class SpelNodeImpl implements SpelNode {
|
||||||
protected ValueRef getValueRef(ExpressionState state) throws EvaluationException {
|
protected ValueRef getValueRef(ExpressionState state) throws EvaluationException {
|
||||||
throw new SpelEvaluationException(pos,SpelMessage.NOT_ASSIGNABLE,toStringAST());
|
throw new SpelEvaluationException(pos,SpelMessage.NOT_ASSIGNABLE,toStringAST());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,4 @@ public class RssChannelHttpMessageConverter extends AbstractWireFeedHttpMessageC
|
||||||
return Channel.class.isAssignableFrom(clazz);
|
return Channel.class.isAssignableFrom(clazz);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue