Skip to content

Commit 0a2e028

Browse files
committed
feat(deprecation): better comment
1 parent 9802c8a commit 0a2e028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AndroidSDK/src/com/leanplum/LeanplumResources.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242

4343
// Description of resources.asrc file (we don't use this right nwo)
4444
// http://ekasiswanto.wordpress.com/2012/09/19/descriptions-of-androids-resources-arsc/
45-
// We should switch from deprecated API to newer one.
45+
// Suppressing deprecation warnings for Resource methods,
46+
// because the resource syncing feature will likely be refactored/replaced in the future.
4647
@SuppressWarnings("deprecation")
4748
public class LeanplumResources extends Resources {
4849
public LeanplumResources(Resources base) {

0 commit comments

Comments
 (0)