Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2014-10-07 12:45:44 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9621ba1d8b1c5560285f66e8b998c426d9673675
9621ba1d
1 parent
53e44e62
Fixed merge conflict in InternalMessage
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
utils/netty/src/main/java/org/onlab/netty/InternalMessage.java
utils/netty/src/main/java/org/onlab/netty/InternalMessage.java
View file @
9621ba1
...
...
@@ -15,7 +15,6 @@ public final class InternalMessage implements Message {
private
String
type
;
private
byte
[]
payload
;
private
transient
NettyMessagingService
messagingService
;
public
static
final
String
REPLY_MESSAGE_TYPE
=
"NETTY_MESSAGIG_REQUEST_REPLY"
;
// Must be created using the Builder.
private
InternalMessage
()
{}
...
...
Please
register
or
login
to post a comment