]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/DateFormatTest.java
Apply astyle code formatting.
[DictionaryPC.git] / src / com / hughes / android / dictionary / DateFormatTest.java
old mode 100755 (executable)
new mode 100644 (file)
index c885ac1..fce2095
@@ -1,3 +1,17 @@
+// Copyright 2011 Google Inc. All Rights Reserved.\r
+//\r
+// Licensed under the Apache License, Version 2.0 (the "License");\r
+// you may not use this file except in compliance with the License.\r
+// You may obtain a copy of the License at\r
+//\r
+//     http://www.apache.org/licenses/LICENSE-2.0\r
+//\r
+// Unless required by applicable law or agreed to in writing, software\r
+// distributed under the License is distributed on an "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+// See the License for the specific language governing permissions and\r
+// limitations under the License.\r
+\r
 package com.hughes.android.dictionary;\r
 \r
 import java.text.SimpleDateFormat;\r
@@ -5,11 +19,11 @@ import java.util.Date;
 \r
 public class DateFormatTest {\r
 \r
-  /**\r
-   * @param args\r
-   */\r
-  public static void main(String[] args) {\r
-    System.out.println(new SimpleDateFormat("yyyy.MM.dd HH:mm:ss").format(new Date()));\r
-  }\r
+    /**\r
+     * @param args\r
+     */\r
+    public static void main(String[] args) {\r
+        System.out.println(new SimpleDateFormat("yyyy.MM.dd HH:mm:ss").format(new Date()));\r
+    }\r
 \r
 }\r