You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/01/16 18:08:27 UTC

svn commit: r899993 - in /myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test: ClientConfigController.java InputSuggestController.java TomahawkInputHtml.java

Author: bommel
Date: Sat Jan 16 17:08:27 2010
New Revision: 899993

URL: http://svn.apache.org/viewvc?rev=899993&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java
    myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java
    myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TomahawkInputHtml.java

Modified: myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java?rev=899993&r1=899992&r2=899993&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java (original)
+++ myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java Sat Jan 16 17:08:27 2010
@@ -192,4 +192,4 @@
   public void setContentTypeItems(SelectItem[] contentTypeItems) {
     this.contentTypeItems = contentTypeItems;
   }
-}
\ No newline at end of file
+}

Modified: myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java?rev=899993&r1=899992&r2=899993&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java (original)
+++ myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java Sat Jan 16 17:08:27 2010
@@ -1,5 +1,21 @@
 package org.apache.myfaces.tobago.example.test;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TomahawkInputHtml.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TomahawkInputHtml.java?rev=899993&r1=899992&r2=899993&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TomahawkInputHtml.java (original)
+++ myfaces/tobago/trunk/example/test/src/main/java/org/apache/myfaces/tobago/example/test/TomahawkInputHtml.java Sat Jan 16 17:08:27 2010
@@ -19,7 +19,9 @@
 
 public class TomahawkInputHtml {
 
-  private String inputHtml = "<html><body>Hallo <b>Tomahawk</b><br/>not working yet: javascript errors, submit will not be sent.</body></html>";
+  private String inputHtml =
+      "<html><body>Hallo <b>Tomahawk</b><br/>not working yet: "
+          + "javascript errors, submit will not be sent.</body></html>";
 
   public void setInputHtml(String inputHtml) {
     this.inputHtml = inputHtml;