TD3: convert to unix LF the code skeleton for hostels.
[TD_SR.git] / TD3 / hotel / ExceptionNumReservation.java
index cb8dbdef9e28d422ac5c57af056cbfc913a566ca..7acd348a7f2f4d002f20c088717f66ac8ac22f29 100644 (file)
@@ -1,28 +1,28 @@
-package hotel;\r
-\r
-/**\r
- * Applications reparties\r
- * TP - Exercice \r
- * Chaine d'hotels\r
- * \r
- * Exception liee a un numero de reservation inexistant\r
- * \r
- * @author Toto\r
- * @version 1.0\r
- */\r
-public class ExceptionNumReservation extends Exception {\r
-\r
-       private static final long serialVersionUID = -6656122783469441587L;\r
-\r
-       String message;\r
-       \r
-       public ExceptionNumReservation() {\r
-               super();\r
-               message = "Erreur: numero de reservation incorrect";\r
-       }\r
-       \r
-       public String toString() {\r
-               return message;\r
-       }\r
-       \r
-}\r
+package hotel;
+
+/**
+ * Applications reparties
+ * TP - Exercice
+ * Chaine d'hotels
+ *
+ * Exception liee a un numero de reservation inexistant
+ *
+ * @author Toto
+ * @version 1.0
+ */
+public class ExceptionNumReservation extends Exception {
+
+       private static final long serialVersionUID = -6656122783469441587L;
+
+       String message;
+
+       public ExceptionNumReservation() {
+               super();
+               message = "Erreur: numero de reservation incorrect";
+       }
+
+       public String toString() {
+               return message;
+       }
+
+}