Skip to content

Commit 2a294fe

Browse files
committed
unused
1 parent 805378b commit 2a294fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/io/openapiprocessor/maven/ProcessMojo.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ private void setApiPath (Map<String, Object> properties) throws MojoExecutionExc
148148
throw new MojoExecutionException (this,
149149
"'common <apiPath>' or '" + id + " <apiPath>' not set!",
150150
"'common <apiPath>' or '" + id + " <apiPath>' not set!");
151-
// warnMissingApiPath();
152-
// return;
153151
}
154152

155153
properties.put (API_PATH, apiPath);
@@ -158,8 +156,4 @@ private void setApiPath (Map<String, Object> properties) throws MojoExecutionExc
158156
}
159157
}
160158

161-
private void warnMissingApiPath () {
162-
getLog ().warn ("'common <apiPath>' or '" + id + " <apiPath>' not set!");
163-
}
164-
165159
}

0 commit comments

Comments
 (0)