Skip to content

Commit bfe3b6a

Browse files
dajoropoCopilot
andauthored
Wrong 'throws' was already in the JavaDoc of the code, but never thrown
Co-authored-by: Copilot <[email protected]>
1 parent 2a95f41 commit bfe3b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assertj-generator-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/AssertionsGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public void setExcludePatterns(String[] excludeRegexs) {
8888
* @param destDir the base directory where the classes are going to be generated.
8989
* @param entryPointFilePackage the package of the assertions entry point class, may be <code>null</code>.
9090
* @param includePackagePrivateClasses collect package private classes if true.
91-
* @throws IOException if the files can't be generated
9291
*/
9392
@SuppressWarnings("unchecked")
9493
public AssertionsGeneratorReport generateAssertionsFor(String[] inputPackages, String[] inputClassNames,

0 commit comments

Comments
 (0)