Browse Source

checkstyle

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274944 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
3e7056356b
2 changed files with 6 additions and 1 deletions
  1. +4
    -0
      src/main/org/apache/tools/ant/types/Environment.java
  2. +2
    -1
      src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java

+ 4
- 0
src/main/org/apache/tools/ant/types/Environment.java View File

@@ -81,6 +81,10 @@ public class Environment {
*/
private String key, value;

/**
* Constructor for variable
*
*/
public Variable() {
super();
}


+ 2
- 1
src/main/org/apache/tools/ant/types/selectors/BaseExtendSelector.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -110,6 +110,7 @@ public abstract class BaseExtendSelector
* @param filename The name of the file to check
* @param file A File object for this filename
* @return whether the file should be selected or not
* @exception BuildException if an error occurs
*/
public abstract boolean isSelected(File basedir, String filename,
File file)


Loading…
Cancel
Save