mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
Changed the author on a few files
Former-commit-id: 67923ceb8b5419eaccfbc33a9b34bf92f0916c00
This commit is contained in:
@@ -22,7 +22,7 @@ import java.io.InputStream;
|
||||
/**
|
||||
* Interface defining methods for parsing a Nuspec file.
|
||||
*
|
||||
* @author willstranathan
|
||||
* @author colezlaw
|
||||
*
|
||||
*/
|
||||
public interface NuspecParser {
|
||||
|
||||
@@ -30,7 +30,7 @@ import org.w3c.dom.Node;
|
||||
/**
|
||||
* Parse a Nuspec file using XPath.
|
||||
*
|
||||
* @author willstranathan
|
||||
* @author colezlaw
|
||||
*/
|
||||
public class XPathNuspecParser implements NuspecParser {
|
||||
/**
|
||||
|
||||
@@ -25,7 +25,7 @@ import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willstranathan
|
||||
* @author colezlaw
|
||||
*
|
||||
*/
|
||||
public class XPathNuspecParserTest {
|
||||
|
||||
Reference in New Issue
Block a user