From 39aa2679a76275a79ba8762272dcb6241c9f3ada Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 23 Aug 2010 17:01:40 -0700 Subject: [PATCH] Added a nls --- .../todoroo/astrid/producteev/sync/ProducteevDataService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java b/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java index 429873d50..50df90fc8 100644 --- a/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java +++ b/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java @@ -250,6 +250,7 @@ public final class ProducteevDataService { dashboards = null; } + @SuppressWarnings("nls") public StoreObject updateDashboards(JSONObject remote, boolean reinitCache) throws JSONException { if (reinitCache) readDashboards();