Lazy initialization: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Riga 18:
private String type;
//
private Fruit(String type){
this.type=type;
|
Riga 18:
private String type;
//
private Fruit(String type){
this.type=type;
|