OWASP / owasp-java-encoder

The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting!
https://owasp.org/www-project-java-encoder/
BSD 3-Clause "New" or "Revised" License
483 stars 112 forks source link

Correct javadoc for Encode class #51

Closed kwwall closed 2 years ago

kwwall commented 2 years ago

Minor corrections and additions to Encode class.

jmanico commented 2 years ago

Thank you Kevin!