dmfs / jems

Java gems, a collection of Java utilities.
Apache License 2.0
5 stars 2 forks source link

Replace MessageDigestFactory with Generator<MessageDigest> #285

Closed dmfs closed 4 years ago

dmfs commented 4 years ago

Since we've introduced the generic Generator interface, there is no need anymore for a dedicated factory interface anymore.