Skip to content

Commit

Permalink
reficio#226 - add feedback of review
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick committed Feb 25, 2021
1 parent 862879f commit 2560d80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package org.reficio.p2.resolver.eclipse.impl

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

import org.reficio.p2.logger.Logger
import org.reficio.p2.resolver.eclipse.EclipseResolutionRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package org.reficio.p2.resolver.eclipse.impl

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

@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("SE_NO_SERIALVERSIONID")
@SuppressFBWarnings("SE_NO_SERIALVERSIONID")
class FileBinaryCategory {
def static leftShift(File file, URL url) {
url.withInputStream { is ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package org.reficio.p2.resolver.maven.impl

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

import org.reficio.p2.logger.Logger
import org.reficio.p2.resolver.maven.impl.facade.AetherFacade
Expand All @@ -34,7 +34,7 @@ import org.reficio.p2.resolver.maven.ResolvedArtifact
* http://www.reficio.org
* @since 1.0.0
*/
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("SE_NO_SERIALVERSIONID")
@SuppressFBWarnings("SE_NO_SERIALVERSIONID")
class AetherResolver implements ArtifactResolver {

static final String DEFAULT_SCOPE = "compile"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package org.reficio.p2.resolver.maven.impl.facade

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

import org.eclipse.aether.artifact.Artifact as AetherArtifact
import org.eclipse.aether.artifact.DefaultArtifact
Expand All @@ -39,7 +39,7 @@ import org.reficio.p2.resolver.maven.Artifact
* http://www.reficio.org
* @since 1.1.0
*/
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("SE_NO_SERIALVERSIONID")
@SuppressFBWarnings("SE_NO_SERIALVERSIONID")
class AetherEclipseFacade implements AetherFacade {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
package org.reficio.p2.resolver.maven.impl.facade

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

import org.reficio.p2.resolver.maven.Artifact

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package org.reficio.p2.resolver.maven.impl.facade

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

import org.reficio.p2.resolver.maven.Artifact
import org.sonatype.aether.artifact.Artifact as AetherArtifact
Expand All @@ -39,7 +39,7 @@ import org.sonatype.aether.util.graph.PreorderNodeListGenerator
* http://www.reficio.org
* @since 1.1.0
*/
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("SE_NO_SERIALVERSIONID")
@SuppressFBWarnings("SE_NO_SERIALVERSIONID")
class AetherSonatypeFacade implements AetherFacade {

@Override
Expand Down

0 comments on commit 2560d80

Please sign in to comment.