Skip to content

Commit 6b1c5eb

Browse files
LRSD-9602 SF
1 parent 3386b90 commit 6b1c5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspaces/liferay-learn-workspace/client-extensions/liferay-learn-etc-spring-boot/src/main/java/com/liferay/learn/CourseProgressDownloadRestController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,10 @@ private void _write(
221221
continue;
222222
}
223223

224+
List<String> userGroupNames = new ArrayList<>();
225+
224226
JSONArray userGroupBriefsJSONArray =
225227
userJSONObject.optJSONArray("userGroupBriefs");
226-
List<String> userGroupNames = new ArrayList<>();
227228

228229
if (userGroupBriefsJSONArray != null) {
229230
for (int k = 0; k < userGroupBriefsJSONArray.length();

0 commit comments

Comments
 (0)