Skip to content

Commit

Permalink
Merge pull request #1279 from MikeSchumacherCapgemini/fix_cross_refer…
Browse files Browse the repository at this point in the history
…ence

#1273 #1278 removed cross-reference for now
  • Loading branch information
MikeSchumacherCapgemini authored Dec 3, 2020
2 parents d47201a + 85bd313 commit f35bb32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ public String getReturnTypeOfMethodAnnotatedWith(Class<?> pojoClass, String anno
"Class object is null. Cannot generate template as it might obviously depend on reflection.");
}

// Class<? extends Annotation> classObj = (Class<? extends Annotation>)
// Class.forName(annotatedClassName);
Method[] methods = pojoClass.getDeclaredMethods();
for (Method method : methods) {
if (!method.getName().startsWith("get")) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<increment name="devon4ng-app" description="CRUD devon4ng Service Based Angular">
<incrementRef ref="app_angular_env"/>
<incrementRef ref="app_angular_devon4j_component"/>
<incrementRef ref="crud_openapi_angular_client_app::app_angular_service_based"/>
</increment>
<increment name="app_angular_env" description="Server URL Registration">
<templateRef ref="environment.ts"/>
Expand Down

0 comments on commit f35bb32

Please sign in to comment.