Changed the author on a few files

Former-commit-id: a582d3c248ff2bf886e591dd0900b85d251f0499
This commit is contained in:
Will Stranathan
2014-01-28 17:10:48 -05:00
parent 575b8e5f62
commit d3a2d2b248
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ import java.io.InputStream;
/** /**
* Interface defining methods for parsing a Nuspec file. * Interface defining methods for parsing a Nuspec file.
* *
* @author willstranathan * @author colezlaw
* *
*/ */
public interface NuspecParser { public interface NuspecParser {

View File

@@ -30,7 +30,7 @@ import org.w3c.dom.Node;
/** /**
* Parse a Nuspec file using XPath. * Parse a Nuspec file using XPath.
* *
* @author willstranathan * @author colezlaw
*/ */
public class XPathNuspecParser implements NuspecParser { public class XPathNuspecParser implements NuspecParser {
/** /**

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.*;
/** /**
* *
* @author willstranathan * @author colezlaw
* *
*/ */
public class XPathNuspecParserTest { public class XPathNuspecParserTest {