Skip to content
Snippets Groups Projects
Unverified Commit 73f9fe11 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2075 from APriestman/doxygenFixes_11122020

Doxygen fixes
parents 6c475855 561d5df0
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ private static boolean isValidPhoneChar(char ch) { ...@@ -177,7 +177,7 @@ private static boolean isValidPhoneChar(char ch) {
* side to allow us to differentiate between app-specific identifiers and * side to allow us to differentiate between app-specific identifiers and
* email addresses. We realize that some emails can be sent within * email addresses. We realize that some emails can be sent within
* enterprises without a ".', but that this is less common than encountering * enterprises without a ".', but that this is less common than encountering
* app-specific identifiers of the form a@b. * app-specific identifiers of the form a(at)b.
* *
* @param emailAddress String to check. * @param emailAddress String to check.
* *
......
...@@ -218,7 +218,7 @@ static public String calculateMd5(AbstractFile file) throws IOException { ...@@ -218,7 +218,7 @@ static public String calculateMd5(AbstractFile file) throws IOException {
* *
* @throws java.io.IOException * @throws java.io.IOException
* *
* @decprecated Use calculateHashes() instead * @deprecated Use calculateHashes() instead
*/ */
@Deprecated @Deprecated
static public String calculateMd5Hash(Content content) throws IOException { static public String calculateMd5Hash(Content content) throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment