This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1 in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit 73709fa83328b8372ab2b19e114c3724c65a018d Author: Oliver Lamy <[email protected]> AuthorDate: Thu Jan 31 23:51:07 2008 +0000 remove a printStackTrace git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@617304 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/maven/shared/filtering/ReflectionProperties.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/maven/shared/filtering/ReflectionProperties.java b/src/main/java/org/apache/maven/shared/filtering/ReflectionProperties.java index f398658..b0ed590 100755 --- a/src/main/java/org/apache/maven/shared/filtering/ReflectionProperties.java +++ b/src/main/java/org/apache/maven/shared/filtering/ReflectionProperties.java @@ -89,7 +89,6 @@ public class ReflectionProperties catch ( Exception e ) { //TODO: remove the try-catch block when ReflectionValueExtractor.evaluate() throws no more exceptions - e.printStackTrace(); } return value; }
