Skip to content

Commit

Permalink
Update ComponentQueryManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Nov 13, 2023
1 parent 6f0cd66 commit a9389ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public ResultSet getComponents(final Project project, final boolean includeMetri
"A0"."MD5",
"A0"."NAME" AS "NUCORDER0",
"A0"."TEXT",
"B0"."ACTIVE" AS "P_ACTIVE,
"B0"."ACTIVE" AS "P_ACTIVE",
"B0"."AUTHOR" AS "P_AUTHOR",
"B0"."CLASSIFIER" AS "P_CLASSIFIER",
"B0"."CPE" AS "P_CPE",
Expand Down

0 comments on commit a9389ae

Please sign in to comment.