summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/7
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-02-17 11:06:26 -0800
committerKenny Root <kroot@google.com>2010-02-17 12:47:04 -0800
commita3639da4f2301223c6126963e41874f826b4bfe1 (patch)
treed174e33b4700f5a1c8e96e4b87192139382dc667 /docs/html/sdk/api_diff/7
parentbe6079a76c5feb3952ab5c4dc8b0491d44f42b56 (diff)
Fix cast to String[] in FullBackupAgent
obj.toArray() can't return anything more specific than Object[], so use obj.toArray(new String[obj.size()]) to do this instead. Change-Id: I87a0a2bb10206a37b28a535652a8f81f94c1f06f
Diffstat (limited to 'docs/html/sdk/api_diff/7')
0 files changed, 0 insertions, 0 deletions