Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 0f5a912

Browse files
committed
docs: Add class documentation to ResultTypeConstantsCopy
1 parent 077d40d commit 0f5a912

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/io/contract_testing/contractcase/client/ResultTypeConstantsCopy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import io.contract_testing.contractcase.case_boundary.BoundaryResultTypeConstants;
55
import org.jetbrains.annotations.NotNull;
66

7+
/**
8+
* These copies exist because otherwise they can't be used as constants
9+
*/
710
class ResultTypeConstantsCopy {
811

912
/**

0 commit comments

Comments
 (0)