Skip to content
Snippets Groups Projects
Commit 0b5aff92 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove warning

parent ab934976
Branches
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ public class GLPKSolver extends ILPExternalSolver { ...@@ -80,7 +80,7 @@ public class GLPKSolver extends ILPExternalSolver {
} }
phase = 3; phase = 3;
} else { } else {
logger.debug("Tokens: {}", tokens); logger.debug("Tokens: {}", (Object[]) tokens);
} }
} }
} catch (IOException e) { } catch (IOException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment