Ensure all files end with a newline
Update all files to ensure that they always end with a new line. Issue: SPR-16968
This commit is contained in:
parent
e0480f75ac
commit
c3a17dfd47
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.aop.aspectj.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.aop.aspectj.autoproxy;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
package org.springframework.aop.aspectj;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.aop.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
package org.springframework.aop.framework.adapter;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
package org.springframework.aop.framework.autoproxy;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
package org.springframework.aop.framework;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.aop.interceptor;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
package org.springframework.aop;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.aop.scope;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.aop.support.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.aop.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.cache.caffeine;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
package org.springframework.cache.ehcache;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2014 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -61,4 +61,4 @@ public class BeanFactoryJCacheOperationSourceAdvisor extends AbstractBeanFactory
|
|||
return this.pointcut;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -48,4 +48,4 @@ public interface JCacheOperation<A extends Annotation> extends BasicOperation, C
|
|||
*/
|
||||
CacheInvocationParameter[] getAllParameters(Object... values);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
package org.springframework.cache.jcache;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.cache.transaction;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.mail.javamail;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.mail;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.scheduling.commonj;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
package org.springframework.scheduling.quartz;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.ui.freemarker;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.cache.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
package org.springframework.cache.concurrent;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
package org.springframework.cache.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.cache.interceptor;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.cache;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.cache.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.context.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.context.event;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.context.expression;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.context.i18n;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.context.index;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
package org.springframework.context;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.context.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.context.weaving;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@
|
|||
package org.springframework.ejb.access;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.ejb.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.datetime.joda;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.datetime;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.datetime.standard;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.number.money;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format.number;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.format;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.format.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.instrument.classloading.glassfish;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.instrument.classloading.jboss;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.instrument.classloading;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.instrument.classloading.tomcat;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.instrument.classloading.weblogic;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.instrument.classloading.websphere;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.jmx.access;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.jmx.export.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.export.assembler;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.export.metadata;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.export.naming;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.export.notification;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.export;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jmx.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
package org.springframework.jndi;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.jndi.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.remoting;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.scheduling.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
package org.springframework.scheduling.concurrent;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.scheduling.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.scheduling;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.scheduling.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
package org.springframework.scripting.bsh;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.scripting.config;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.scripting.groovy;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.scripting;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
package org.springframework.scripting.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
package org.springframework.stereotype;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.ui.context;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.ui.context.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.ui;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
package org.springframework.validation.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
package org.springframework.validation.beanvalidation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.validation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
package org.springframework.validation.support;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -142,4 +142,4 @@ class Context {
|
|||
* The stack values of the latest stack map frame that has been parsed.
|
||||
*/
|
||||
Object[] stack;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
package org.springframework.core.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
|
|
|||
|
|
@ -296,4 +296,4 @@ public class SendToMethodReturnValueHandler implements HandlerMethodReturnValueH
|
|||
return placeholderHelper.replacePlaceholders(destination, this.placeholderResolver);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -567,4 +567,4 @@ public class MockServerHttpRequest extends AbstractServerHttpRequest {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,4 +47,4 @@ class TransactionContextHolder {
|
|||
return transactionContext;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -32,4 +32,4 @@ public interface MockMvcBuilder {
|
|||
*/
|
||||
MockMvc build();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -158,4 +158,4 @@ public abstract class AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>
|
|||
*/
|
||||
protected abstract WebApplicationContext initWebAppContext();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -47,4 +47,4 @@ public interface ClientHttpRequest extends ReactiveHttpOutputMessage {
|
|||
*/
|
||||
MultiValueMap<String, HttpCookie> getCookies();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -62,4 +62,4 @@ public class TransformedResource extends ByteArrayResource {
|
|||
return this.lastModified;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -87,4 +87,4 @@ public abstract class AbstractUrlBasedView extends AbstractView implements Initi
|
|||
return super.toString() + "; URL [" + getUrl() + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -118,4 +118,4 @@ public class StandardWebSocketHandlerAdapter extends Endpoint {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -194,4 +194,4 @@ public class JettyWebSocketClient extends WebSocketClientSupport implements WebS
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -157,4 +157,4 @@ public class StandardWebSocketClient extends WebSocketClientSupport implements W
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -51,4 +51,4 @@ public class TomcatWebSocketClient extends StandardWebSocketClient {
|
|||
return new TomcatWebSocketSession(session, info, bufferFactory(), completion);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -115,4 +115,4 @@ class DefaultServerEndpointConfig extends ServerEndpointConfig.Configurator
|
|||
return "DefaultServerEndpointConfig for path '" + getPath() + "': " + getEndpointClass();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -466,4 +466,4 @@ class ReactiveTypeHandler {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -250,4 +250,4 @@ public class CssLinkResourceTransformer extends ResourceTransformerSupport {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue