Remove redundant 'Prev' and 'Next' string constants
The 'Prev' and 'Next' strings used in paginated lists of groups and projects are the same, but are defined in separate constants. Replace them with constants that are used by both. Change-Id: I88e6bc0a9553c871eac408aca216dd223217fa28
This commit is contained in:
@@ -135,9 +135,6 @@ public interface AdminConstants extends Constants {
|
||||
String sectionTypeSection();
|
||||
Map<String, String> sectionNames();
|
||||
|
||||
String pagedProjectListPrev();
|
||||
String pagedProjectListNext();
|
||||
|
||||
String pagedGroupListPrev();
|
||||
String pagedGroupListNext();
|
||||
String pagedListPrev();
|
||||
String pagedListNext();
|
||||
}
|
||||
|
Reference in New Issue
Block a user