Javadoc aggiunta a tutti i metodi di tutte le classi.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user