mirror of
https://github.com/Z3Prover/z3
synced 2026-01-12 13:46:15 +00:00
No need to call "new String()"
This commit is contained in:
parent
27c684f743
commit
ccd88a63a5
3 changed files with 6 additions and 7 deletions
|
|
@ -90,7 +90,7 @@ public class Statistics extends Z3Object
|
|||
return Key + ": " + getValueString();
|
||||
} catch (Z3Exception e)
|
||||
{
|
||||
return new String("Z3Exception: " + e.getMessage());
|
||||
return "Z3Exception: " + e.getMessage();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue