Replace space indentation with tabs
Issue: SPR-10127
This commit is contained in:
committed by
Chris Beams
parent
1762157ad1
commit
2cf45bad86
@@ -98,7 +98,7 @@ public abstract class PortletApplicationContextUtils {
|
||||
* @see org.springframework.web.context.WebApplicationContext#ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE
|
||||
*/
|
||||
public static ApplicationContext getRequiredWebApplicationContext(PortletContext pc)
|
||||
throws IllegalStateException {
|
||||
throws IllegalStateException {
|
||||
|
||||
ApplicationContext wac = getWebApplicationContext(pc);
|
||||
if (wac == null) {
|
||||
|
||||
@@ -381,7 +381,7 @@ public class DefaultAnnotationHandlerMapping extends AbstractMapBasedHandlerMapp
|
||||
if (other instanceof SpecialRequestTypePredicate) {
|
||||
return this.getClass().getName().compareTo(other.getClass().getName());
|
||||
}
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -413,7 +413,7 @@ public class DefaultAnnotationHandlerMapping extends AbstractMapBasedHandlerMapp
|
||||
if (other instanceof SpecialRequestTypePredicate) {
|
||||
return this.getClass().getName().compareTo(other.getClass().getName());
|
||||
}
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user