Javadoc aggiunta a tutti i metodi di tutte le classi.

This commit is contained in:
Simone Argenziano
2014-01-25 14:46:30 +01:00
parent c1581db721
commit 7e1fe5023b
16 changed files with 369 additions and 206 deletions

View File

@@ -21,8 +21,8 @@ import java.util.ArrayList;
public class IdCounter {
/**
*
* Questo metodo salva il contatore dell'id sul disco.
*
* @throws FileNotFoundException
* @throws IOException
* @throws ClassNotFoundException
@@ -35,7 +35,6 @@ public class IdCounter {
writer.close();
}
/**
* Questo metodo legge il valore del contatore e lo setta.
*