Fix issue 2698: resolve errors in generating javadocs by mvn install (#2781)

pull/2795/head
Wu Daifu 2 years ago committed by GitHub
parent 6a10030551
commit ed26351e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* Example of extended configuration. When a configuration in the shared configuration
* does not meet the requirements, the extended configuration can be used to override the
* shared configuration. Priority: Main Configuration > Extended Configuration > Shared
* shared configuration. Priority: Main Configuration > Extended Configuration > Shared
* Configuration.
* @author lixiaoshuang
*/

@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.alibaba.cloud.examples.orderly;
package com.alibaba.cloud.examples.pollable;
import java.util.HashMap;
import java.util.Map;

@ -35,9 +35,9 @@ import org.springframework.core.io.Resource;
* Nacos-specific loader, If need to support other methods of parsing,you need to do the
* following steps:
* <p>
* 1.inherit {@link AbstractPropertySourceLoader} ;<br/>
* 1.inherit {@link AbstractPropertySourceLoader};<br>
* 2. define the file{@code spring.factories} and append
* {@code org.springframework.boot.env.PropertySourceLoader=..}; <br/>
* {@code org.springframework.boot.env.PropertySourceLoader=..};<br>
* 3.the last step validate.
* </p>
* Notice the use of {@link NacosByteArrayResource} .

@ -40,7 +40,7 @@ import org.springframework.core.io.Resource;
/**
* Parsing for XML requires overwriting the default
* {@link PropertiesPropertySourceLoader}, because it internally rigorously validates
* ({@conde DOCTYPE}) THE XML in a way that makes it difficult to customize the
* ({@code DOCTYPE}) THE XML in a way that makes it difficult to customize the
* configuration; at finally, make sure it's in the first place.
*
* @author zkz

@ -27,7 +27,7 @@ import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* @author: chao.wu
* @author chao.wu
*/
public class SentinelWebMvcConfigurer implements WebMvcConfigurer {

@ -49,9 +49,9 @@ public class RocketMQConsumerProperties extends RocketMQCommonProperties {
/**
* The expressions include tags or SQL,as follow:
* <p/>
* <p>
* tag: {@code tag1||tag2||tag3 }; sql: {@code 'color'='blue' AND 'price'>100 } .
* <p/>
* </p>
* Determines whether there are specific characters "{@code ||}" in the expression to
* determine how the message is filtered,tags or SQL.
*/

@ -19,7 +19,7 @@ package com.alibaba.cloud.testsupport;
/**
*
* @author freeman
* @date 2021.0.1.0
* @since 2021.0.1.0
*/
public class Tester {

Loading…
Cancel
Save