Replace space indentation with tabs

Issue: SPR-10127
This commit is contained in:
Phillip Webb
2012-12-19 14:55:41 -08:00
committed by Chris Beams
parent 1762157ad1
commit 2cf45bad86
154 changed files with 1481 additions and 1476 deletions

View File

@@ -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) {

View File

@@ -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;
}
}