From 3f43c6e1a5f9bf0f473d65d7bb9359edc803deec Mon Sep 17 00:00:00 2001 From: Pawel Kruszewski Date: Thu, 17 Aug 2017 09:43:18 +0200 Subject: [PATCH] minor style changes --- db-setup-core/pom.xml | 3 ++- .../com/mimacom/liferay/portal/setup/core/SetupRoles.java | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/db-setup-core/pom.xml b/db-setup-core/pom.xml index 58ea1d8..d7af3eb 100644 --- a/db-setup-core/pom.xml +++ b/db-setup-core/pom.xml @@ -6,11 +6,12 @@ com.mimacom.liferay 1.1.1 db-setup-core - + Liferay Portal DB Setup core Library that allows to declare a set of Liferay data to be created and create them using the API. 2016 + https://github.com/mimacom/liferay-db-setup-core jar diff --git a/db-setup-core/src/main/java/com/mimacom/liferay/portal/setup/core/SetupRoles.java b/db-setup-core/src/main/java/com/mimacom/liferay/portal/setup/core/SetupRoles.java index 4f0c231..dc9b025 100644 --- a/db-setup-core/src/main/java/com/mimacom/liferay/portal/setup/core/SetupRoles.java +++ b/db-setup-core/src/main/java/com/mimacom/liferay/portal/setup/core/SetupRoles.java @@ -12,10 +12,10 @@ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - * + * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -42,7 +42,6 @@ import com.liferay.portal.model.RoleConstants; import com.liferay.portal.service.RoleLocalServiceUtil; import com.liferay.portal.service.UserLocalServiceUtil; -import com.liferay.portal.util.PortalUtil; public final class SetupRoles { private static final Log LOG = LogFactoryUtil.getLog(SetupRoles.class);