You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/01/13 03:18:32 UTC

[4/7] git commit: Minor typo

Minor typo


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b751d6cf
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b751d6cf
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b751d6cf

Branch: refs/heads/master
Commit: b751d6cf1dde6461ac8443577b4e77e569b5e18c
Parents: fe12ec8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jan 11 17:02:53 2013 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jan 11 17:02:53 2013 -0500

----------------------------------------------------------------------
 .../services/assets/StreamableResource.java        |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b751d6cf/tapestry-core/src/main/java/org/apache/tapestry5/services/assets/StreamableResource.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/services/assets/StreamableResource.java b/tapestry-core/src/main/java/org/apache/tapestry5/services/assets/StreamableResource.java
index c53aa09..810e6d3 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/services/assets/StreamableResource.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/services/assets/StreamableResource.java
@@ -1,4 +1,4 @@
-// Copyright 2011 The Apache Software Foundation
+// Copyright 2011, 2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -65,7 +65,7 @@ public interface StreamableResource
 
     /**
      * Returns the time the resource was last modified, with accuracy to one second (so as to match
-     * the HTTP request/response date headers.
+     * the HTTP request/response date headers).
      */
     long getLastModified();
 }