Browse Source

Typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277828 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
7808487f0a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java

+ 3
- 3
src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 The Apache Software Foundation
* Copyright 2001-2005 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.
@@ -50,7 +50,7 @@ public class ClassFileSetTest extends BuildFileTest {
}

/**
* Test basic clasfileset
* Test basic classfileset
*/
public void testBasicSet() {
Project p = getProject();
@@ -96,7 +96,7 @@ public class ClassFileSetTest extends BuildFileTest {
}

/**
* Test conbo classfileset
* Test combo classfileset
*/
public void testComboSet() {
Project p = getProject();


Loading…
Cancel
Save