]> git.mxchange.org Git - jaddressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/exceptions/UnhandledUserChoiceException.java
Global commit: Changed spaces to tabs, because all Java files have tabs for indenting
[jaddressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / exceptions / UnhandledUserChoiceException.java
index b2149bb44b55b59a28a18afc34f1a2efdce743da..c14b9c4994dae805c8daf6787c204674b326b17d 100644 (file)
@@ -19,12 +19,12 @@ package org.mxchange.addressbook.exceptions;
 /**
  * This exception is thrown when the user made a valid choice but it was not
  * handled by the program.
- * 
+ *
  * @author Roland Haeder
  */
 public class UnhandledUserChoiceException extends Exception {
 
-    public UnhandledUserChoiceException (final String message) {
-       super(message);
-    }
+       public UnhandledUserChoiceException (final String message) {
+               super(message);
+       }
 }