Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: kasundharmadasa <kasunpdh@gmail.com>
  • Loading branch information
ayomawdb and kasundharmadasa authored Apr 9, 2019
1 parent 2bfb911 commit 850b08b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions internal/security-governance-system/webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.security</groupId>
<artifactId>sgs-webapp</artifactId>
<groupId>org.wso2.security.tools</groupId>
<artifactId>scan-manager-webapp</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>sgs-webapp Maven Webapp</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* under the License.
*/

package org.wso2.security.tools.sgs.webapp;
package org.wso2.security.tools.scanmanager.web;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class SGSWebappConfigurationBuilder {
* @throws SGSWebappException
*/
public static SGSWebappConfiguration getConfiguration() throws SGSWebappException {

SGSWebappConfiguration sgsWebappConfiguration = null;
URL sgsWebappConfigURL = SGSWebappConfiguration.class.getClassLoader()
.getResource(SCAN_MANAGER_CONFIG_FILE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%@ include file="../fragments/header.html" %>
</head>
<body>
<%@include file="../fragments/navBar.jsp" %>
<%@ include file="../fragments/navBar.jsp" %>
<div class="container">
<div class="row">
<div class="page-header">
Expand Down

0 comments on commit 850b08b

Please sign in to comment.