Skip to content
Snippets Groups Projects
Commit 298ef53d authored by Adam Knapp's avatar Adam Knapp
Browse files

Nothing to be done


Signed-off-by: default avatarAdam Knapp <knappadam5@gmail.com>
parent c4fd5fc6
No related branches found
No related tags found
1 merge request!615Eliminating todos and fixmes
......@@ -46,7 +46,6 @@ public final class String_InternalLogArgument extends InternalLogArgument {
/** {@inheritDoc} */
public void generateCode( final JavaGenData aData, final ExpressionStruct expression ) {
if (argument != null) {
//TODO this will be the final generated code
if (argument.length() == 0) {
// the string is empty: do not generate any code
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment