You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/06/20 19:41:45 UTC

svn commit: r1352225 - /commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java

Author: ggregory
Date: Wed Jun 20 17:41:45 2012
New Revision: 1352225

URL: http://svn.apache.org/viewvc?rev=1352225&view=rev
Log:
Fix Checkstyle issues: First sentence should end with a period.

Modified:
    commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java

Modified: commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java?rev=1352225&r1=1352224&r2=1352225&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java (original)
+++ commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/ChangeLastModificationTime.java Wed Jun 20 17:41:45 2012
@@ -20,7 +20,7 @@ import org.apache.commons.vfs2.FileObjec
 import org.apache.commons.vfs2.VFS;
 
 /**
- * Simply changed the last modification time of the given file
+ * Simply changed the last modification time of the given file.
  */
 public class ChangeLastModificationTime
 {