Skip to content

Commit

Permalink
Add new lines as per the coding guideline requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pasandevin committed Jun 28, 2023
1 parent 2c0247f commit b9d9959
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

1 change: 1 addition & 0 deletions components/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ build/

### Mac OS ###
.DS_Store

1 change: 1 addition & 0 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,4 @@
<identity.framework.package.import.version.range>[5.14.0, 7.0.0)</identity.framework.package.import.version.range>
</properties>
</project>

Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ private void setRiskScores() {
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ public CustomCastleResponse doRequest(User user, String castleRequestToken, Cast
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ public CustomCastleResponse doRequest(User user, String castleRequestToken, Cast
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ public CustomCastleResponse doRequest(User user, String castleRequestToken, Cast
String apiSecret);

}

Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ float getRisk(JsAuthenticationContext context, String successStatus, String apiS
JsNashornServletRequest request);

}

Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ public float getRisk(JsAuthenticationContext context, String successStatus, Stri
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ public abstract class ErrorMessageConstants {
public static final String ERROR_GETTING_USER_STORE = "Error while getting user store.";

}

Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ public void setRealmService(RealmService realmService) {
this.realmService = realmService;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ protected void unsetRealmService(RealmService realmService) {
CastleIntegrationDataHolder.getInstance().setRealmService(null);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ public String getEmail() {
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ private void setupParameters() {
}

}

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@
<maven.checkstyleplugin.version>3.1.0</maven.checkstyleplugin.version>
</properties>
</project>

0 comments on commit b9d9959

Please sign in to comment.