You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/17 09:07:59 UTC

svn commit: r1735375 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo: OutController.java TextareaController.java

Author: lofwyr
Date: Thu Mar 17 08:07:59 2016
New Revision: 1735375

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

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OutController.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TextareaController.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OutController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OutController.java?rev=1735375&r1=1735374&r2=1735375&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OutController.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OutController.java Thu Mar 17 08:07:59 2016
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package org.apache.myfaces.tobago.example.demo;
 
 import javax.inject.Named;

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TextareaController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TextareaController.java?rev=1735375&r1=1735374&r2=1735375&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TextareaController.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TextareaController.java Thu Mar 17 08:07:59 2016
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package org.apache.myfaces.tobago.example.demo;
 
 import javax.enterprise.context.SessionScoped;
@@ -11,20 +30,21 @@ public class TextareaController implemen
   private String longText;
 
   public TextareaController() {
-    longText = "The goal of Apache Tobago™ is to provide the community with a well designed set of user interface components based on JSF and run"
-            + " on MyFaces.\n\n"
-            + "Tobago is more than just a tag library. The following statements characterize Tobago and make it different from other"
-            + " frameworks:\n"
-            + "- The focus of Tobago is to create business applications without the need for HTML design. The development of Tobago pages follows"
-            + " more the development of conventional user interfaces than the creation of web pages.\n"
-            + "- The UI components are abstracted from HTML and any layout information that does not belong to the general page structure. The"
-            + " final output format is determined by the client/user-agent.\n"
-            + "- A theming mechanism makes it easy to change the look and feel and to provide special implementations for certain browsers. A"
-            + " fallback solution ensures that as much code is reused for new themes as possible.\n"
-            + "- A layout manager is used to arrange the components automatically. This means, no manual laying out with HTML tables or other"
-            + " constructs is needed.\n"
-            + "\n"
-            + "The development of Tobago started in 2002.";
+    longText = "The goal of Apache Tobago™ is to provide the community with a well designed set of user interface "
+        + "components based on JSF and run on MyFaces.\n\n"
+        + "Tobago is more than just a tag library. The following statements characterize Tobago and make it "
+        + "different from other frameworks:\n"
+        + "- The focus of Tobago is to create business applications without the need for HTML design. "
+        + "The development of Tobago pages follows more the development of conventional user interfaces "
+        + "than the creation of web pages.\n"
+        + "- The UI components are abstracted from HTML and any layout information that does not belong to the "
+        + "general page structure. The final output format is determined by the client/user-agent.\n"
+        + "- A theming mechanism makes it easy to change the look and feel and to provide special implementations for "
+        + "certain browsers. A  fallback solution ensures that as much code is reused for new themes as possible.\n"
+        + "- A layout manager is used to arrange the components automatically. This means, no manual laying out with "
+        + "HTML tables or other constructs is needed.\n"
+        + "\n"
+        + "The development of Tobago started in 2002.";
   }
 
   public String getLongText() {