Skip to content

Commit

Permalink
remove existing author tags and add a note that we don't use them (#2998
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jkwatson authored Mar 5, 2021
1 parent 938dd17 commit f0faed1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ It does not support all required rules, so you still have to run `spotlessApply`
Javadoc, though the style of documentation is up to the author.
* Try to do the least amount of change when modifying existing documentation.
Don't change the style unless you have a good reason.
* We do not use `@author` tags in our javadoc.
* Our javadoc is available via [javadoc.io}(https://javadoc.io/doc/io.opentelemetry/opentelemetry-api)

### AutoValue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
* <p>For improved readability, ignore the phaser lines as those are there to ensure deterministic
* execution for the tests without sleeps.
*
* @author tylerbenson
*/
@SuppressWarnings("FutureReturnValueIgnored")
class ActorPropagationTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
* <p>For improved readability, ignore the phaser lines as those are there to ensure deterministic
* execution for the tests without sleeps.
*
* @author tylerbenson
*/
class PromisePropagationTest {
@RegisterExtension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
/**
* These tests are intended to simulate the kind of async models that are common in java async
* frameworks.
*
* @author tylerbenson
*/
class SuspendResumePropagationTest {
@RegisterExtension
Expand Down

0 comments on commit f0faed1

Please sign in to comment.