|
Change Variable Type actualResSub1 : String[] to actualResSub1 : UnderFileStatus[] in method public listRecursive() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest |
From |
To |
|
Change Variable Type pathsToProcess : Queue<String> to pathsToProcess : Queue<UnderFileStatus> in method public listRecursive(path String) : UnderFileStatus[] in class alluxio.underfs.BaseUnderFileSystem |
From |
To |
|
Change Variable Type actualResRoot : String[] to actualResRoot : UnderFileStatus[] in method public listRecursive() : void in class alluxio.underfs.UnderStorageSystemInterfaceIntegrationTest |
From |
To |
|
Change Variable Type p : String to p : UnderFileStatus in method public listRecursive(path String) : UnderFileStatus[] in class alluxio.underfs.BaseUnderFileSystem |
From |
To |
|
Change Variable Type returnPaths : List<String> to returnPaths : List<UnderFileStatus> in method public listRecursive(path String) : UnderFileStatus[] in class alluxio.underfs.BaseUnderFileSystem |
From |
To |