Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #213 from mockito/ms
Browse files Browse the repository at this point in the history
Trigger publication, to release Javadocs
  • Loading branch information
mstachniuk authored Mar 17, 2019
2 parents ec732cc + 2f10a7c commit 106dced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/impl/src/main/java/Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class Library implements SomeApi {

/**
* Always return true
* @return true
*/
public boolean someLibraryMethod() {
return 1 == 1;
Expand Down

0 comments on commit 106dced

Please sign in to comment.