Skip to content

Commit 3f43c6e

Browse files
committed
minor style changes
1 parent a611dca commit 3f43c6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

db-setup-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<groupId>com.mimacom.liferay</groupId>
77
<version>1.1.1</version>
88
<artifactId>db-setup-core</artifactId>
9-
9+
1010
<name>Liferay Portal DB Setup core</name>
1111
<description>Library that allows to declare a set of Liferay data to be created and create them using the API.
1212
</description>
1313
<inceptionYear>2016</inceptionYear>
14+
<url>https://github.com/mimacom/liferay-db-setup-core</url>
1415

1516
<packaging>jar</packaging>
1617

db-setup-core/src/main/java/com/mimacom/liferay/portal/setup/core/SetupRoles.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1313
* copies of the Software, and to permit persons to whom the Software is
1414
* furnished to do so, subject to the following conditions:
15-
*
15+
*
1616
* The above copyright notice and this permission notice shall be included in
1717
* all copies or substantial portions of the Software.
18-
*
18+
*
1919
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2020
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2121
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -42,7 +42,6 @@
4242
import com.liferay.portal.model.RoleConstants;
4343
import com.liferay.portal.service.RoleLocalServiceUtil;
4444
import com.liferay.portal.service.UserLocalServiceUtil;
45-
import com.liferay.portal.util.PortalUtil;
4645

4746
public final class SetupRoles {
4847
private static final Log LOG = LogFactoryUtil.getLog(SetupRoles.class);

0 commit comments

Comments
 (0)