commit | a3639da4f2301223c6126963e41874f826b4bfe1 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Feb 17 11:06:26 2010 -0800 |
committer | Kenny Root <kroot@google.com> | Wed Feb 17 12:47:04 2010 -0800 |
tree | d174e33b4700f5a1c8e96e4b87192139382dc667 | |
parent | be6079a76c5feb3952ab5c4dc8b0491d44f42b56 [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