mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Manifest constant should be static.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5483 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -67,7 +67,7 @@ public class ConsumerProfile
|
|||||||
private List<int[]> filters;
|
private List<int[]> filters;
|
||||||
|
|
||||||
// Prefix of keys in DSpace Configuration.
|
// Prefix of keys in DSpace Configuration.
|
||||||
private final String CONSUMER_PREFIX = "event.consumer.";
|
private static final String CONSUMER_PREFIX = "event.consumer.";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
Reference in New Issue
Block a user