Browse Source

typeo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274903 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
ba22cfc85c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/TypeAdapter.java

+ 1
- 1
src/main/org/apache/tools/ant/TypeAdapter.java View File

@@ -98,7 +98,7 @@ public interface TypeAdapter {
* Check if the proxy class is compatible with this adapter - i.e. * Check if the proxy class is compatible with this adapter - i.e.
* the adapter will be able to adapt instances of the give class. * the adapter will be able to adapt instances of the give class.
* *
* @patam proxyClass the class to be checked.
* @param proxyClass the class to be checked.
*/ */
void checkProxyClass(Class proxyClass); void checkProxyClass(Class proxyClass);
} }

Loading…
Cancel
Save