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
Yuta HIGUCHI
2014-10-30 18:06:43 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8cc437828afb25a5e220416a0a1e931fd15ff7d2
8cc43782
1 parent
b139f4d9
fix javadoc
Change-Id: I9b2a36acaaf8d2cd01687c526d53e839bc9a9aa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java
core/api/src/main/java/org/onlab/onos/mastership/MastershipEvent.java
View file @
8cc4378
...
...
@@ -49,9 +49,9 @@ public class MastershipEvent extends AbstractEvent<MastershipEvent.Type, DeviceI
* Creates an event of a given type and for the specified device,
* role information, and the current time.
*
* @param type
device
event type
* @param type
mastership
event type
* @param device event device subject
* @param info mastership role information
subject
* @param info mastership role information
*/
public
MastershipEvent
(
Type
type
,
DeviceId
device
,
RoleInfo
info
)
{
super
(
type
,
device
);
...
...
Please
register
or
login
to post a comment