Skip to content

Commit

Permalink
Update MamutViewStateXMLSerialization.java
Browse files Browse the repository at this point in the history
Resolves #267
  • Loading branch information
stefanhahmann authored Oct 26, 2023
1 parent e4c127e commit d527cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private static Map< String, Object > xmlToMap( final Element viewEl )
value = xmlToMap( el );
break;
default:
System.err.println( "Unknown GUI config parameter: " + key + " found in GUI file." );
System.out.println( "Unknown GUI config parameter: " + key + " found in GUI file." );
continue;
}
guiState.put( key, value );
Expand Down

0 comments on commit d527cb0

Please sign in to comment.