Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 6758e950 rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Fix README part on cancelling tickets

parent fb6e35bc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -83,10 +83,10 @@ try {
}
```
A ticket can be canceled:
A ticket booked for a trip can be canceled like this:
```java
ticket1.cancel();
trip1.cancel(ticket1);
```
You can also find possible alternative trips for a ticket, and make an exchange :
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter