Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
a6356647
Commit
a6356647
authored
Mar 04, 2016
by
garciay
Browse files
Comment Debug code block
parent
a7de0d5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
javasrc/adapter/org/etsi/its/adapter/ports/UpperTesterPort.java
View file @
a6356647
...
...
@@ -122,7 +122,7 @@ public class UpperTesterPort extends AdapterPort implements IPort, IObservable {
@Override
public
boolean
send
(
final
byte
[]
message
)
{
/* FIXME: For debug only. Uncomment if no UT
*/
/* FIXME: For debug only. Uncomment if no UT
try {
Thread.sleep(500);
} catch (InterruptedException e) {
...
...
@@ -158,7 +158,7 @@ public class UpperTesterPort extends AdapterPort implements IPort, IObservable {
notifyObservers(new PortEvent(rsp, getPortName(), getComponentName()));
if(true)
return true;
/*
*/
*/
try
{
ByteArrayOutputStream
dataToSent
=
new
ByteArrayOutputStream
();
dataToSent
.
write
(
message
);
...
...
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