Skip to content

Commit 7cc6ce0

Browse files
LRSD-9182 Wordsmith
1 parent b7732d1 commit 7cc6ce0

File tree

1 file changed

+1
-1
lines changed
  • workspaces/liferay-customer-workspace/client-extensions/liferay-customer-etc-spring-boot/src/main/java/com/liferay/customer/service

1 file changed

+1
-1
lines changed

workspaces/liferay-customer-workspace/client-extensions/liferay-customer-etc-spring-boot/src/main/java/com/liferay/customer/service/VersionListTypeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class VersionListTypeService extends BaseService {
3737
@Scheduled(cron = "${liferay.customer.version.list.type.cron}")
3838
public void scheduled() throws Exception {
3939
if (_log.isInfoEnabled()) {
40-
_log.info("Updating version list types");
40+
_log.info("Updating list type definitions");
4141
}
4242

4343
JSONArray releasesJSONArray = new JSONArray(

0 commit comments

Comments
 (0)