You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2012/05/08 00:57:44 UTC

[2/4] git commit: add missing final to constant

add missing final to constant


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/45f676a1
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/45f676a1
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/45f676a1

Branch: refs/heads/master
Commit: 45f676a17e88a5aaac6745a6fe8615d1f23cb422
Parents: 8579706
Author: Peter Ertl <pe...@apache.org>
Authored: Tue May 8 00:55:37 2012 +0200
Committer: Peter Ertl <pe...@apache.org>
Committed: Tue May 8 00:55:37 2012 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/util/file/Files.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/45f676a1/wicket-util/src/main/java/org/apache/wicket/util/file/Files.java
----------------------------------------------------------------------
diff --git a/wicket-util/src/main/java/org/apache/wicket/util/file/Files.java b/wicket-util/src/main/java/org/apache/wicket/util/file/Files.java
index c40e3ca..8abfa76 100644
--- a/wicket-util/src/main/java/org/apache/wicket/util/file/Files.java
+++ b/wicket-util/src/main/java/org/apache/wicket/util/file/Files.java
@@ -295,7 +295,7 @@ public class Files
 		}
 	}
 
-	private static String FORBIDDEN_IN_NAME = "\"*/:<>?\\|,";
+	private static final String FORBIDDEN_IN_NAME = "\"*/:<>?\\|,";
 
 	/**
 	 * <p>