This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 0bccd695 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

fixed pmd

parent 9960078a
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -331,9 +331,7 @@ public class MetaDataRepository {
}
public static String filterDateString(String sourceAsJSON) {
String result = sourceAsJSON.replaceAll("[+-]\\d{2}:\\d{2}", "");
return result;
return sourceAsJSON.replaceAll("[+-]\\d{2}:\\d{2}", "");
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment