This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b67cb50  Jekyll build from master:9c99152
b67cb50 is described below

commit b67cb50130da7b9d0eb8e92b6e42280b7e1cd6f1
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Fri Apr 6 18:05:49 2018 -0400

    Jekyll build from master:9c99152
    
    Update website for 100-column line length format
---
 contributors-guide/index.html | 2 +-
 feed.xml                      | 4 ++--
 how-to-contribute/index.html  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contributors-guide/index.html b/contributors-guide/index.html
index 4619422..41392b4 100644
--- a/contributors-guide/index.html
+++ b/contributors-guide/index.html
@@ -768,7 +768,7 @@ are the one who knows that this zero-length change in 
content is correct!</p>
     </tr>
     <tr>
       <td><strong>Line Wrapping</strong></td>
-      <td>Use 160-column line width for Java code and Javadoc.</td>
+      <td>Use 100-column line width for Java code and Javadoc.</td>
     </tr>
     <tr>
       <td><strong>Control Structure New Lines</strong></td>
diff --git a/feed.xml b/feed.xml
index 41e9264..b716133 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 04 Apr 2018 13:13:47 -0400</pubDate>
-    <lastBuildDate>Wed, 04 Apr 2018 13:13:47 -0400</lastBuildDate>
+    <pubDate>Fri, 06 Apr 2018 18:05:36 -0400</pubDate>
+    <lastBuildDate>Fri, 06 Apr 2018 18:05:36 -0400</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     
diff --git a/how-to-contribute/index.html b/how-to-contribute/index.html
index d53038e..634f5e0 100644
--- a/how-to-contribute/index.html
+++ b/how-to-contribute/index.html
@@ -308,7 +308,7 @@ viewed by clicking on <code 
class="highlighter-rouge">contribute</code> in the L
   <li>Every file requires the ASF license header as described in <a 
href="https://www.apache.org/legal/src-headers";>ASF Source Header</a>.</li>
   <li>Remove all trailing whitespaces. Eclipse users can use Source→Cleanup 
option to accomplish this.</li>
   <li>Use 2 space indents and never use tabs!</li>
-  <li>Use 160-column line width for Java code and Javadoc.</li>
+  <li>Use 100-column line width for Java code and Javadoc.</li>
   <li>Use a new line with single statement if/else blocks.</li>
   <li>Do not use Author Tags. The code is developed and owned by the 
community.</li>
 </ul>

-- 
To stop receiving notification emails like this one, please contact
ctubb...@apache.org.

Reply via email to