From 663d319bdb3ffeff629a856cbc493b59dbded41c Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 20 Apr 2006 08:42:25 +0000 Subject: [PATCH] remove spurious system.out change date to 2006 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395534 13f79535-47bb-0310-9956-ffa450edef68 --- .../tools/ant/taskdefs/compilers/CompilerAdapterFactory.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java b/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java index 6df5266d9..a6d73747b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java +++ b/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 The Apache Software Foundation + * Copyright 2001-2006 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. @@ -63,7 +63,6 @@ public final class CompilerAdapterFactory { public static CompilerAdapter getCompiler(String compilerType, Task task) throws BuildException { boolean isClassicCompilerSupported = true; - System.out.println("GetCompiler: compilerType is " + compilerType); //as new versions of java come out, add them to this test if (!JavaEnvUtils.isJavaVersion(JavaEnvUtils.JAVA_1_2) && !JavaEnvUtils.isJavaVersion(JavaEnvUtils.JAVA_1_3)) {