Commit 5611d51b authored by Lucas NAURY's avatar Lucas NAURY

Conversion prix en double

parent 238db2ff
......@@ -28,7 +28,7 @@ public class Annonce {
this.titre = titre;
}
public float getPrix(){return prix;}
public double getPrix(){return prix;}
public String getAdresse(){return adresse;}
public int getImage(){return image;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment