Skip to content

Commit

Permalink
[JENKINS-51656] - FindBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 4, 2018
1 parent bf072e6 commit 2157dc3
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,10 +1,13 @@
package io.jenkins.tools.warpackager.lib.config;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

/**
* Abstraction for all resources being injected into WARs.
* @author Oleg Nenashev
* @since TODO
*/
@SuppressFBWarnings(value = "UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD", justification = "JSON Deserialization")
public abstract class WARResourceInfo {
public String id;
public SourceInfo source;
Expand Down

0 comments on commit 2157dc3

Please sign in to comment.