Updated Branches: refs/heads/master 27fb85e88 -> c29f4101d
Correct unclosed brace in JavaDoc Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5cf6a7ee Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5cf6a7ee Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5cf6a7ee Branch: refs/heads/master Commit: 5cf6a7eebcce6002a1dcb8b7a38de8cd6fd7dfa5 Parents: 27fb85e Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Nov 22 16:37:35 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Nov 22 16:37:35 2013 -0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/tapestry5/services/AssetSource.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5cf6a7ee/tapestry-core/src/main/java/org/apache/tapestry5/services/AssetSource.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/services/AssetSource.java b/tapestry-core/src/main/java/org/apache/tapestry5/services/AssetSource.java index bca9bef..d28711e 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/services/AssetSource.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/services/AssetSource.java @@ -1,4 +1,4 @@ -// Copyright 2006, 2007, 2008, 2009, 2010, 2012 The Apache Software Foundation +// Copyright 2006-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. @@ -117,7 +117,7 @@ public interface AssetSource Asset getUnlocalizedAsset(String path); /** - * As with {@link #getUnlocalizedAsset(String)}, but {@linkplain SymbolSource#expandSymbols(String) symbols + * As with {@link #getUnlocalizedAsset(String)}, but {@linkplain SymbolSource#expandSymbols(String) symbols} * in the path are expanded}. * * @since 5.2.0
