Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
TTool
Commits
16791206
Commit
16791206
authored
Mar 13, 2019
by
Ludovic Apvrille
Browse files
Update on VC management
parent
bb0e1992
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ui/tmlcompd/TMLCPrimitivePort.java
View file @
16791206
...
...
@@ -160,7 +160,7 @@ public abstract class TMLCPrimitivePort extends TGCScalableWithInternalComponent
protected
String
associatedEvent
=
"VOID"
;
// Network
protected
int
vc
;
protected
int
vc
=
-
1
;
public
int
verification
;
...
...
@@ -909,9 +909,8 @@ public abstract class TMLCPrimitivePort extends TGCScalableWithInternalComponent
try
{
vc
=
Integer
.
decode
(
elt
.
getAttribute
(
"vc"
));
}
catch
(
Exception
e
)
{
vc
=
0
;
vc
=
-
1
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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