Skip to content

Commit

Permalink
remove explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 10, 2024
1 parent 21e59ae commit 5096737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.lang.module.ModuleDescriptor

class EdtCliEngineFactory {

static IEdtCliEngine getEngine(String edtVersion) {
static getEngine(String edtVersion) {

def currentVersion = ModuleDescriptor.Version.parse(edtVersion)
def version2024 = ModuleDescriptor.Version.parse("2024")
Expand Down

0 comments on commit 5096737

Please sign in to comment.