You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/liferay-learn-workspace/client-extensions/liferay-learn-etc-spring-boot/src/main/java/com/liferay/learn/CourseProgressDownloadRestController.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,10 @@ private void _write(
221
221
continue;
222
222
}
223
223
224
+
List<String> userGroupNames = newArrayList<>();
225
+
224
226
JSONArrayuserGroupBriefsJSONArray =
225
227
userJSONObject.optJSONArray("userGroupBriefs");
226
-
List<String> userGroupNames = newArrayList<>();
227
228
228
229
if (userGroupBriefsJSONArray != null) {
229
230
for (intk = 0; k < userGroupBriefsJSONArray.length();
0 commit comments