Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AVA
FloVer
Commits
6c7edec9
Commit
6c7edec9
authored
Sep 20, 2016
by
Heiko Becker
Browse files
Remove a weird symbol I accidentally added in AbsErrorPhase.scala
parent
36bcf541
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/daisy/analysis/AbsErrorPhase.scala
View file @
6c7edec9
...
...
@@ -98,7 +98,7 @@ object AbsErrorPhase extends DaisyPhase {
}
else
{
// do nothing to x (which may get us inconsistent state,
x
// if x has already attached error )
// if x has already attached error )
if
(
x
.
hasError
)
reporter
.
warning
(
"Node has errors attached,"
+
"but you are asking me to ignore them."
)
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment