Skip to content

Commit 26e4875

Browse files
committed
Adds missing javadoc for Mof Builder
1 parent 32666cb commit 26e4875

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/com/andyln/Mof.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,11 @@ public Builder add(Object m, WhenLambda w, VerifyLambda v) {
539539
return this;
540540
}
541541

542+
/**
543+
* Returns a copy of the builder for Mof.
544+
*
545+
* @return Builder
546+
*/
542547
public Builder copy() {
543548
return new Builder(this.mocks, this.whens, this.verifies);
544549
}

0 commit comments

Comments
 (0)