~ubuntu-branches/ubuntu/maverick/commons-io/maverick

« back to all changes in this revision

Viewing changes to src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-10-08 18:40:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071008184007-mldy1l8uefdgmxjh
Tags: 1.3.2-2
debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating
.maven directory in user homedir (Closes: #445804)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 * </pre>
34
34
 *
35
35
 * @since Commons IO 1.0
36
 
 * @version $Revision: 471628 $ $Date: 2006-11-05 20:06:45 -0800 (Sun, 05 Nov 2006) $
 
36
 * @version $Revision: 471628 $ $Date: 2006-11-06 05:06:45 +0100 (Mo, 06 Nov 2006) $
37
37
 *
38
38
 * @author Stephen Colebourne
39
39
 * @author Peter Donald