Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit edc0de5

Browse files
committed
fixed
1 parent 1c8904c commit edc0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/openapiprocessor/core/writer/java/DefaultImportFilter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DefaultImportFilter: ImportFilter {
2525

2626
/**
2727
* removes (unnecessary) imports from the given list of imports. It removes classes from the
28-
* same package and from from java.lang.
28+
* same package and from java.lang.
2929
*
3030
* @param currentPackageName the package of the current class
3131
* @param imports list of imports

0 commit comments

Comments
 (0)