dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40479
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20529: Unused code
------------------------------------------------------------
revno: 20529
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-10-06 17:16:47 +0200
message:
Unused code
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/SystemSettingManager.java
dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/paging/ActionPagingSupport.java
dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/util/ContextUtils.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/SystemSettingManager.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/SystemSettingManager.java 2015-09-22 14:36:20 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/SystemSettingManager.java 2015-10-06 15:16:47 +0000
@@ -110,8 +110,7 @@
String KEY_REQUIRE_ADD_TO_VIEW = "keyRequireAddToView";
String KEY_ALLOW_OBJECT_ASSIGNMENT = "keyAllowObjectAssignment";
String KEY_USE_CUSTOM_LOGO_FRONT = "keyUseCustomLogoFront";
- String KEY_USE_CUSTOM_LOGO_BANNER = "keyUseCustomLogoBanner";
-
+ String KEY_USE_CUSTOM_LOGO_BANNER = "keyUseCustomLogoBanner";
String KEY_DATA_IMPORT_STRICT_PERIODS = "keyDataImportStrictPeriods";
String KEY_DATA_IMPORT_STRICT_CATEGORY_OPTION_COMBOS = "keyDataImportStrictCategoryOptionCombos";
String KEY_DATA_IMPORT_STRICT_ORGANISATION_UNITS = "keyDataImportStrictOrganisationUnits";
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/paging/ActionPagingSupport.java'
--- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/paging/ActionPagingSupport.java 2015-01-17 07:41:26 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/paging/ActionPagingSupport.java 2015-10-06 15:16:47 +0000
@@ -95,7 +95,6 @@
return Paging.DEFAULT_PAGE_SIZE;
}
- @SuppressWarnings( "unchecked" )
private String getCurrentLink()
{
HttpServletRequest request = ServletActionContext.getRequest();
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/util/ContextUtils.java'
--- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/util/ContextUtils.java 2015-01-17 07:41:26 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/util/ContextUtils.java 2015-10-06 15:16:47 +0000
@@ -88,7 +88,6 @@
return contentType != null ? contentType : defaultType;
}
- @SuppressWarnings( "unchecked" )
public static Map<String, String> getParameterMap( HttpServletRequest request )
{
Enumeration<String> enumeration = request.getParameterNames();