]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-4_2_1-src/src/com/ibm/icu/impl/IllegalIcuArgumentException.java
go
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / impl / IllegalIcuArgumentException.java
old mode 100755 (executable)
new mode 100644 (file)
index 3682686..e4fe37e
@@ -1,27 +1,27 @@
-//##header\r
-/*\r
- *******************************************************************************\r
- * Copyright (C) 2009, Google, International Business Machines Corporation and         *\r
- * others. All Rights Reserved.                                                *\r
- *******************************************************************************\r
- */\r
-package com.ibm.icu.impl;\r
-\r
-/**\r
- * @author markdavis\r
- *\r
- */\r
-public class IllegalIcuArgumentException extends IllegalArgumentException {\r
-    private static final long serialVersionUID = 3789261542830211225L;\r
-\r
-    public IllegalIcuArgumentException(String errorMessage) {\r
-        super(errorMessage);\r
-    }\r
-    \r
-//#if defined(FOUNDATION10) || defined(J2SE13)\r
-//#else\r
-    public synchronized Throwable initCause(Throwable cause) {\r
-    return super.initCause(cause);\r
-    }\r
-//#endif \r
-}\r
+//##header J2SE15
+/*
+ *******************************************************************************
+ * Copyright (C) 2009, Google, International Business Machines Corporation and         *
+ * others. All Rights Reserved.                                                *
+ *******************************************************************************
+ */
+package com.ibm.icu.impl;
+
+/**
+ * @author markdavis
+ *
+ */
+public class IllegalIcuArgumentException extends IllegalArgumentException {
+    private static final long serialVersionUID = 3789261542830211225L;
+
+    public IllegalIcuArgumentException(String errorMessage) {
+        super(errorMessage);
+    }
+    
+//#if defined(FOUNDATION10) || defined(J2SE13)
+//#else
+    public synchronized Throwable initCause(Throwable cause) {
+    return super.initCause(cause);
+    }
+//#endif 
+}