Changed the author on a few files

Former-commit-id: 67923ceb8b5419eaccfbc33a9b34bf92f0916c00
This commit is contained in:
Will Stranathan
2014-01-28 17:10:48 -05:00
parent 0e28c8e0d5
commit f4fa2150b5
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.
*
* @author willstranathan
* @author colezlaw
*
*/
public interface NuspecParser {

View File

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

View File

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