Adding Documentation
This commit is contained in:
@@ -70,9 +70,9 @@ public class Mackerel extends Poisson implements DataParsing {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param entry
|
||||
* @return
|
||||
* Implementation de parsePartiePoisson de l'interface DataParsing
|
||||
* @param entry correspond à notre liste temporaire lu dans parse pour chacun des poissons
|
||||
* @return envoie un tableau de partie de Poisson à ajouter à notre poisson
|
||||
*/
|
||||
private static HashSet<PartiePoisson> parsePartiePoisson(HashMap<String,String> entry){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user