updated package-info

Former-commit-id: 2af313130c4d4a180896eb465685413385ddbdf2
This commit is contained in:
Jeremy Long
2015-04-05 09:31:30 -04:00
parent 5d647155b6
commit 725949db2f

View File

@@ -1,15 +1,5 @@
/**
* <html>
* <head>
* <title>org.owasp.dependencycheck.data.nuget</title>
* </head>
* <body>
* <p>
* Contains classes related to parsing Nuget related files</p>
* <p>
* These are used to abstract away Nuget-related handling from Dependency Check
* so they can be used elsewhere.</p>
* </body>
* </html>
* Contains classes related to parsing Nuget related files<br/><br/>
* These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere.
*/
package org.owasp.dependencycheck.data.nuget;