Cleaned up documentation, added lacking Java annotations.

This commit is contained in:
sk89q
2011-02-18 15:49:50 -08:00
parent e5a25496b2
commit e94c1d4874
49 changed files with 269 additions and 140 deletions

View File

@@ -39,8 +39,7 @@ public class Snapshot {
/**
* Construct a snapshot restoration operation.
*
* @param editSession
* @param dir
* @param repo
* @param snapshot
*/
public Snapshot(SnapshotRepository repo, String snapshot) {
@@ -53,6 +52,7 @@ public class Snapshot {
*
* @return
* @throws IOException
* @throws DataException
*/
public ChunkStore getChunkStore() throws IOException, DataException {
if (file.getName().toLowerCase().endsWith(".zip")) {