Skip to content

Commit 1876618

Browse files
committed
fix: checkstyle issues
1 parent 96b99f7 commit 1876618

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

core/src/main/java/hudson/model/HealthReport.java

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ public static HealthReport max(HealthReport a, HealthReport b) {
356356
*/
357357
public static class ConverterImpl extends XStream2.PassthruConverter<HealthReport> {
358358
private static final long serialVersionUID = 1L;
359+
359360
public ConverterImpl(XStream2 xstream) { super(xstream); }
360361

361362
@Override protected void callback(HealthReport hr, UnmarshallingContext context) {

core/src/main/java/hudson/security/AuthorizationStrategy.java

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ public abstract class AuthorizationStrategy extends AbstractDescribableImpl<Auth
214214

215215
public static final class Unsecured extends AuthorizationStrategy implements Serializable {
216216
private static final long serialVersionUID = 1L;
217+
217218
/**
218219
* Maintains the singleton semantics.
219220
*/

core/src/main/java/hudson/security/FederatedLoginService.java

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public abstract class FederatedLoginService implements ExtensionPoint {
116116
*/
117117
public abstract class FederatedIdentity implements Serializable {
118118
private static final long serialVersionUID = 1L;
119+
119120
/**
120121
* Gets the string representation of the identity in the form that makes sense to the enclosing
121122
* {@link FederatedLoginService}, such as full OpenID URL.

core/src/main/java/org/acegisecurity/ui/WebAuthenticationDetails.java

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
@Deprecated
3434
public class WebAuthenticationDetails implements Serializable {
3535
private static final long serialVersionUID = 1L;
36+
3637
public WebAuthenticationDetails(HttpServletRequest request) {}
3738

3839
}

0 commit comments

Comments
 (0)