mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: remove vt-dictionary dependency from PasswordValidator #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PasswordValidator currently imports classes from vt-dictionary in order to use 
them in it's main method.
Remove this dependency so that the vt-dictionary libs can be excluded from this 
project if so desired.

Original issue reported on code.google.com by dfis...@gmail.com on 16 Feb 2011 at 4:06

GoogleCodeExporter commented 8 years ago
Moved main method into a separate class.
Fixed in r1838.

Original comment by dfis...@gmail.com on 24 Feb 2011 at 8:53