Skip to content

Commit 0fc2e06

Browse files
authored
remove some author tags (#15589)
1 parent 3d40734 commit 0fc2e06

24 files changed

Lines changed: 0 additions & 67 deletions

File tree

dubbo-common/src/main/java/org/apache/dubbo/common/convert/StringToDurationConverter.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public int getPriority() {
3939
return NORMAL_PRIORITY + 10;
4040
}
4141

42-
/**
43-
* @author Phillip Webb
44-
* @author Valentine Wu
45-
* @link {org.springframework.boot.convert.DurationStyle}
46-
*/
4742
enum DurationStyle {
4843

4944
/**

dubbo-common/src/main/java/org/apache/dubbo/common/logger/helpers/FormattingTuple.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
/**
2828
* Holds the results of formatting done by {@link MessageFormatter}.
2929
* This is a copy of org.slf4j.helpers.FormattingTuple from slf4j-api.
30-
*
31-
* @author Joern Huxhorn
3230
*/
3331
public class FormattingTuple {
3432

dubbo-common/src/main/java/org/apache/dubbo/common/logger/helpers/MessageFormatter.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
import java.util.HashMap;
2929
import java.util.Map;
3030

31-
// contributors: lizongbo: proposed special treatment of array parameter values
32-
// Joern Huxhorn: pointed out double[] omission, suggested deep array copy
33-
3431
/**
3532
* This is a copy of org.slf4j.helpers.MessageFormatter from slf4j-api.
3633
* Formats messages according to very simple substitution rules. Substitutions
@@ -94,8 +91,6 @@
9491
* {@link #format(String, Object, Object)} and
9592
* {@link #arrayFormat(String, Object[])} methods for more details.
9693
*
97-
* @author Ceki Gülcü
98-
* @author Joern Huxhorn
9994
*/
10095
final public class MessageFormatter {
10196
static final char DELIM_START = '{';

dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/util/AnnotationUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@
5252

5353
/**
5454
* {@link Annotation} Utilities
55-
*
56-
* @author <a href="mailto:mercyblitz@gmail.com">Mercy</a>
5755
* @see Annotation
58-
* @since 2017.01.13
5956
*/
6057
@SuppressWarnings("unchecked")
6158
public abstract class AnnotationUtils {

dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/reference/registryNA/provider/DubboXmlProviderTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
import org.junit.jupiter.api.Test;
2424
import org.springframework.context.support.ClassPathXmlApplicationContext;
2525

26-
/**
27-
* @author <a href = "mailto:kamtohung@gmail.com">KamTo Hung</a>
28-
*/
2926
public class DubboXmlProviderTest {
3027

3128
@Test

dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/aot/AbstractAotMojo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747

4848
/**
4949
* Abstract base class for AOT processing MOJOs.
50-
*
51-
* @author Phillip Webb
52-
* @author Scott Frederick
5350
*/
5451
public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo {
5552

dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/aot/AbstractDependencyFilterMojo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838

3939
/**
4040
* A base mojo filtering the dependencies of the project.
41-
*
42-
* @author Stephane Nicoll
43-
* @author David Turanski
4441
*/
4542
public abstract class AbstractDependencyFilterMojo extends AbstractMojo {
4643

dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/aot/CommandLineBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
/**
3030
* Helper class to build the command-line arguments of a java process.
31-
*
32-
* @author Stephane Nicoll
3331
*/
3432
final class CommandLineBuilder {
3533

dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/aot/DependencyFilter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828
/**
2929
* Base class for {@link ArtifactsFilter} based on a {@link org.apache.dubbo.maven.plugin.aot.FilterableDependency} list.
30-
*
31-
* @author Stephane Nicoll
32-
* @author David Turanski
3330
*/
3431
public abstract class DependencyFilter extends AbstractArtifactsFilter {
3532

dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/aot/Exclude.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
/**
2020
* A model for a dependency to exclude.
21-
*
22-
* @author Stephane Nicoll
2321
*/
2422
public class Exclude extends FilterableDependency {
2523

0 commit comments

Comments
 (0)