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:
David Pursehouse
2014-08-20 12:02:49 +09:00
parent 709a173fb2
commit b94f9abe9e
4 changed files with 8 additions and 14 deletions

View File

@@ -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();
}