Subversion Repositories eFlore/Applications.del

Rev

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

Rev 306 Rev 312
Line 398... Line 398...
398
			instance = new MockDatasource();
398
			instance = new MockDatasource();
399
		}
399
		}
400
		return instance;
400
		return instance;
401
	}
401
	}
Line -... Line 402...
-
 
402
 
-
 
403
	@Override
-
 
404
	public List<Image> getImagesParTaxon(String taxon, int debut, int fin) {
-
 
405
		return MockDatasource.getInstance().getImages(debut, fin);
-
 
406
	}
402
 
407