From f46a8217a96d0decad6eaf9240552360ebd6f165 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 20 Apr 2006 15:13:51 +0000 Subject: [PATCH] remove extraneous javadoc block... Martijn! :) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395615 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tools/ant/util/ClasspathUtils.java | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/ClasspathUtils.java b/src/main/org/apache/tools/ant/util/ClasspathUtils.java index 706547162..b7a511d28 100644 --- a/src/main/org/apache/tools/ant/util/ClasspathUtils.java +++ b/src/main/org/apache/tools/ant/util/ClasspathUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 The Apache Software Foundation + * Copyright 2003-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. @@ -299,23 +299,6 @@ public class ClasspathUtils { e); } } - - /** - * Creates a fresh object instance of the specified classname. - * - *

This uses the userDefinedLoader to load the specified class, - * and then makes an instance using the default no-argument constructor. - *

- * - * @param className the full qualified class name to load. - * @param userDefinedLoader the classloader to use. - * @param expectedType the Class that the result should be assignment - * compatible with. (No ClassCastException will be thrown in case - * the result of this method is casted to the expectedType) - * @return The fresh object instance - * @throws BuildException when loading or instantiation failed. - */ - /** * Obtains a delegate that helps out with classic classpath configuration.