Don't encode '@' in {@code} tags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
* Copyright 2002-2014 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,8 +51,8 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
* <li>{@link TransactionalTestExecutionListener}</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* This class specifically tests usage of {@code @Transactional}
|
||||
* defined at the <strong>class level</strong>.
|
||||
* This class specifically tests usage of {@code @Transactional} defined at the
|
||||
* <strong>class level</strong>.
|
||||
* </p>
|
||||
*
|
||||
* @author Sam Brannen
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2012 the original author or authors.
|
||||
* Copyright 2002-2014 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.
|
||||
@@ -50,10 +50,10 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
* <li>{@link TransactionalTestExecutionListener}</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* This class specifically tests usage of {@code @Transactional}
|
||||
* defined at the <strong>method level</strong>. In contrast to
|
||||
* This class specifically tests usage of {@code @Transactional} defined at the
|
||||
* <strong>method level</strong>. In contrast to
|
||||
* {@link ClassLevelTransactionalSpringRunnerTests}, this class omits usage of
|
||||
* {@code @NotTransactional}.
|
||||
* {@code @NotTransactional}.
|
||||
* </p>
|
||||
*
|
||||
* @author Sam Brannen
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2012 the original author or authors.
|
||||
* Copyright 2002-2014 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.
|
||||
@@ -28,7 +28,7 @@ import org.springframework.util.ResourceUtils;
|
||||
* As of Spring 3.0,
|
||||
* {@code MultipleResourcesSpringJUnit4ClassRunnerAppCtxTests} is also used
|
||||
* to verify support for the new {@code value} attribute alias for
|
||||
* {@code @ContextConfiguration}'s {@code locations} attribute.
|
||||
* {@code @ContextConfiguration}'s {@code locations} attribute.
|
||||
* </p>
|
||||
*
|
||||
* @author Sam Brannen
|
||||
|
||||
Reference in New Issue
Block a user