Skip to content

Commit

Permalink
More Sonar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Apr 20, 2013
1 parent b1d2917 commit 48d0bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -28,10 +28,10 @@
public class DublinCoreGenerator extends AbstractResource {

@Resource
List<DCGenerator> dcgenerators;
private List<DCGenerator> dcgenerators;

@Autowired
ObjectService objectService;
private ObjectService objectService;

@GET
@Produces(TEXT_XML)
Expand Down
Expand Up @@ -7,6 +7,6 @@

public interface DCGenerator {

public abstract InputStream getStream(final Node node);
InputStream getStream(final Node node);

}

0 comments on commit 48d0bdb

Please sign in to comment.