TD3: convert to unix LF the code skeleton for hostels.
[TD_SR.git] / TD3 / hotel / ExceptionChambresIndispo.java
index 0cf161ef8e4538d2c5ce08e6b44c32a40fda8831..748db66256e0744616ea3664a687c0a6d8056ba7 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 la non disponibilite\r
- * \r
- * @author Toto\r
- * @version 1.0\r
- */\r
-public class ExceptionChambresIndispo extends Exception {\r
-\r
-       private static final long serialVersionUID = 5269715160970930660L;\r
-\r
-       String message;\r
-       \r
-       public ExceptionChambresIndispo() {\r
-               super();\r
-               message = "Erreur: chambre(s) indisponible(s)";\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 la non disponibilite
+ *
+ * @author Toto
+ * @version 1.0
+ */
+public class ExceptionChambresIndispo extends Exception {
+
+       private static final long serialVersionUID = 5269715160970930660L;
+
+       String message;
+
+       public ExceptionChambresIndispo() {
+               super();
+               message = "Erreur: chambre(s) indisponible(s)";
+       }
+
+       public String toString() {
+               return message;
+       }
+
+}