Subversion Repositories eFlore/Applications.coel

Rev

Rev 775 | Rev 935 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 775 Rev 901
Line 22... Line 22...
22
		for (int i = 0; i < taillemax; i++) {
22
		for (int i = 0; i < taillemax; i++) {
23
			JSONObject publicationAPersonneCourante = auteurs.get(i).isObject() ;
23
			JSONObject publicationAPersonneCourante = auteurs.get(i).isObject() ;
Line 24... Line 24...
24
			
24
			
25
			if (publicationAPersonneCourante != null)	{
25
			if (publicationAPersonneCourante != null)	{
26
				PublicationAPersonne publicationAPersonne = new PublicationAPersonne(publicationAPersonneCourante);
26
				PublicationAPersonne publicationAPersonne = new PublicationAPersonne(publicationAPersonneCourante);
27
				this.put(publicationAPersonne.getPersonne().getId(), publicationAPersonne);
27
				this.put(publicationAPersonne.getId(), publicationAPersonne);
28
			}
28
			}
29
		}
29
		}
30
	}
30
	}
31
}
31
}