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:
Phillip Webb
2018-06-13 11:15:42 -07:00
committed by Juergen Hoeller
parent e0480f75ac
commit c3a17dfd47
106 changed files with 121 additions and 121 deletions

View File

@@ -8,4 +8,4 @@
package org.springframework.aop.aspectj.annotation; package org.springframework.aop.aspectj.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.aop.aspectj.autoproxy; package org.springframework.aop.aspectj.autoproxy;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -13,4 +13,4 @@
package org.springframework.aop.aspectj; package org.springframework.aop.aspectj;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.aop.config; package org.springframework.aop.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -14,4 +14,4 @@
package org.springframework.aop.framework.adapter; package org.springframework.aop.framework.adapter;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -14,4 +14,4 @@
package org.springframework.aop.framework.autoproxy; package org.springframework.aop.framework.autoproxy;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -17,4 +17,4 @@
package org.springframework.aop.framework; package org.springframework.aop.framework;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.aop.interceptor; package org.springframework.aop.interceptor;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -22,4 +22,4 @@
package org.springframework.aop; package org.springframework.aop;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.aop.scope; package org.springframework.aop.scope;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.aop.support.annotation; package org.springframework.aop.support.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.aop.support; package org.springframework.aop.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.cache.caffeine; package org.springframework.cache.caffeine;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -14,4 +14,4 @@
package org.springframework.cache.ehcache; package org.springframework.cache.ehcache;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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; return this.pointcut;
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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); CacheInvocationParameter[] getAllParameters(Object... values);
} }

View File

@@ -9,4 +9,4 @@
package org.springframework.cache.jcache; package org.springframework.cache.jcache;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.cache.transaction; package org.springframework.cache.transaction;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.mail.javamail; package org.springframework.mail.javamail;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.mail; package org.springframework.mail;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.scheduling.commonj; package org.springframework.scheduling.commonj;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -10,4 +10,4 @@
package org.springframework.scheduling.quartz; package org.springframework.scheduling.quartz;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.ui.freemarker; package org.springframework.ui.freemarker;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.cache.annotation; package org.springframework.cache.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -9,4 +9,4 @@
package org.springframework.cache.concurrent; package org.springframework.cache.concurrent;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -9,4 +9,4 @@
package org.springframework.cache.config; package org.springframework.cache.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.cache.interceptor; package org.springframework.cache.interceptor;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.cache; package org.springframework.cache;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.cache.support; package org.springframework.cache.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.context.config; package org.springframework.context.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.context.event; package org.springframework.context.event;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.context.expression; package org.springframework.context.expression;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.context.i18n; package org.springframework.context.i18n;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.context.index; package org.springframework.context.index;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -15,4 +15,4 @@
package org.springframework.context; package org.springframework.context;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.context.support; package org.springframework.context.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.context.weaving; package org.springframework.context.weaving;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -24,4 +24,4 @@
package org.springframework.ejb.access; package org.springframework.ejb.access;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.ejb.config; package org.springframework.ejb.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.annotation; package org.springframework.format.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.datetime.joda; package org.springframework.format.datetime.joda;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.datetime; package org.springframework.format.datetime;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.datetime.standard; package org.springframework.format.datetime.standard;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.number.money; package org.springframework.format.number.money;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format.number; package org.springframework.format.number;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.format; package org.springframework.format;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.format.support; package org.springframework.format.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.instrument.classloading.glassfish; package org.springframework.instrument.classloading.glassfish;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.instrument.classloading.jboss; package org.springframework.instrument.classloading.jboss;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.instrument.classloading; package org.springframework.instrument.classloading;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.instrument.classloading.tomcat; package org.springframework.instrument.classloading.tomcat;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.instrument.classloading.weblogic; package org.springframework.instrument.classloading.weblogic;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.instrument.classloading.websphere; package org.springframework.instrument.classloading.websphere;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.jmx.access; package org.springframework.jmx.access;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.jmx.export.annotation; package org.springframework.jmx.export.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.export.assembler; package org.springframework.jmx.export.assembler;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.export.metadata; package org.springframework.jmx.export.metadata;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.export.naming; package org.springframework.jmx.export.naming;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.export.notification; package org.springframework.jmx.export.notification;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.export; package org.springframework.jmx.export;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx; package org.springframework.jmx;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jmx.support; package org.springframework.jmx.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -12,4 +12,4 @@
package org.springframework.jndi; package org.springframework.jndi;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.jndi.support; package org.springframework.jndi.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.remoting; package org.springframework.remoting;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.scheduling.annotation; package org.springframework.scheduling.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -10,4 +10,4 @@
package org.springframework.scheduling.concurrent; package org.springframework.scheduling.concurrent;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.scheduling.config; package org.springframework.scheduling.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.scheduling; package org.springframework.scheduling;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.scheduling.support; package org.springframework.scheduling.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -9,4 +9,4 @@
package org.springframework.scripting.bsh; package org.springframework.scripting.bsh;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.scripting.config; package org.springframework.scripting.config;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.scripting.groovy; package org.springframework.scripting.groovy;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.scripting; package org.springframework.scripting;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -8,4 +8,4 @@
package org.springframework.scripting.support; package org.springframework.scripting.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -9,4 +9,4 @@
package org.springframework.stereotype; package org.springframework.stereotype;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.ui.context; package org.springframework.ui.context;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.ui.context.support; package org.springframework.ui.context.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.ui; package org.springframework.ui;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -10,4 +10,4 @@
package org.springframework.validation.annotation; package org.springframework.validation.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -13,4 +13,4 @@
package org.springframework.validation.beanvalidation; package org.springframework.validation.beanvalidation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -7,4 +7,4 @@
package org.springframework.validation; package org.springframework.validation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -6,4 +6,4 @@
package org.springframework.validation.support; package org.springframework.validation.support;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -142,4 +142,4 @@ class Context {
* The stack values of the latest stack map frame that has been parsed. * The stack values of the latest stack map frame that has been parsed.
*/ */
Object[] stack; Object[] stack;
} }

View File

@@ -7,4 +7,4 @@
package org.springframework.core.annotation; package org.springframework.core.annotation;
import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields; import org.springframework.lang.NonNullFields;

View File

@@ -296,4 +296,4 @@ public class SendToMethodReturnValueHandler implements HandlerMethodReturnValueH
return placeholderHelper.replacePlaceholders(destination, this.placeholderResolver); return placeholderHelper.replacePlaceholders(destination, this.placeholderResolver);
} }
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -567,4 +567,4 @@ public class MockServerHttpRequest extends AbstractServerHttpRequest {
} }
} }
} }

View File

@@ -47,4 +47,4 @@ class TransactionContextHolder {
return transactionContext; return transactionContext;
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -32,4 +32,4 @@ public interface MockMvcBuilder {
*/ */
MockMvc build(); MockMvc build();
} }

View File

@@ -158,4 +158,4 @@ public abstract class AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>
*/ */
protected abstract WebApplicationContext initWebAppContext(); protected abstract WebApplicationContext initWebAppContext();
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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(); MultiValueMap<String, HttpCookie> getCookies();
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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; return this.lastModified;
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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() + "]"; return super.toString() + "; URL [" + getUrl() + "]";
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -118,4 +118,4 @@ public class StandardWebSocketHandlerAdapter extends Endpoint {
} }
} }
} }

View File

@@ -194,4 +194,4 @@ public class JettyWebSocketClient extends WebSocketClientSupport implements WebS
} }
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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
} }
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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); return new TomcatWebSocketSession(session, info, bufferFactory(), completion);
} }
} }

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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(); return "DefaultServerEndpointConfig for path '" + getPath() + "': " + getEndpointClass();
} }
} }

View File

@@ -466,4 +466,4 @@ class ReactiveTypeHandler {
} }
} }
} }

View File

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