Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Oct 6, 2023
1 parent a2a3236 commit 4101c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = 'n7Nr+J78ImUPzFxTa6Ig5C7Ul4nSM+AZnsLGQY0dL60='
knownHash = '8NVdDoCnMQiibEZUsZuemZU+wm3W1LPklcQkiKsriKs='
}
check.dependsOn('checkAPIChanges')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
public interface TransactionSelectorFactory {

/**
* Create a list of transaction selectors
* Create a transaction selector
*
* @return the transaction selector list
* @return the transaction selector
*/
TransactionSelector create();
}

0 comments on commit 4101c34

Please sign in to comment.