mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
Changed the author on a few files
Former-commit-id: a582d3c248ff2bf886e591dd0900b85d251f0499
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import static org.junit.Assert.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author willstranathan
|
* @author colezlaw
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class XPathNuspecParserTest {
|
public class XPathNuspecParserTest {
|
||||||
|
|||||||
Reference in New Issue
Block a user