GH-1 - Consistent author names.

This commit is contained in:
Oliver Drotbohm
2022-07-19 14:57:12 +02:00
parent da278f7774
commit 48ea08ae59
46 changed files with 49 additions and 49 deletions

View File

@@ -74,7 +74,7 @@ import com.tngtech.archunit.core.domain.JavaClass;
/**
* API to create documentation for {@link Modules}.
*
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
@AllArgsConstructor(access = AccessLevel.PRIVATE)
public class Documenter {
@@ -536,7 +536,7 @@ public class Documenter {
/**
* Options to tweak the rendering of diagrams.
*
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
@Getter(AccessLevel.PRIVATE)
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)

View File

@@ -35,7 +35,7 @@ import com.acme.myproject.Application;
/**
* Unit tests for {@link Documenter}.
*
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
class DocumenterTest {