Skip to content

Commit

Permalink
minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ktor committed Aug 17, 2017
1 parent a611dca commit 3f43c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion db-setup-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<groupId>com.mimacom.liferay</groupId>
<version>1.1.1</version>
<artifactId>db-setup-core</artifactId>

<name>Liferay Portal DB Setup core</name>
<description>Library that allows to declare a set of Liferay data to be created and create them using the API.
</description>
<inceptionYear>2016</inceptionYear>
<url>https://github.com/mimacom/liferay-db-setup-core</url>

<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);
Expand Down

0 comments on commit 3f43c6e

Please sign in to comment.