added package-info

Former-commit-id: 78bd4ce6243fadc58524ec48bb0d964205e044cd
This commit is contained in:
Jeremy Long
2014-11-12 15:44:43 -05:00
parent 9bc9bc9169
commit 89217f778e

View File

@@ -0,0 +1,14 @@
/**
* <html>
* <head>
* <title>org.owasp.dependencycheck.data.central</title>
* </head>
* <body>
* <p>
* Contains classes related to searching Maven Central.</p>
* <p>
* These are used to abstract Maven Central searching away from OWASP Dependency Check so they can be reused elsewhere.</p>
* </body>
* </html>
*/
package org.owasp.dependencycheck.data.central;