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
Thomas Vachuska
2015-10-15 18:31:53 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e175323ce73f48cbab69bb8fdf0ddcba076b8a0d
e175323c
1 parent
aa4196f2
Fixed a bad merge in UI archetype.
Change-Id: Ifca70a076d7c16336ba692073ec08477300292bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovMessageHandler.java
tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovMessageHandler.java
View file @
e175323
...
...
@@ -101,7 +101,7 @@ public class AppUiTopovMessageHandler extends UiMessageHandler {
private
final
class
DisplayStartHandler
extends
RequestHandler
{
public
DisplayStartHandler
()
{
super
(
SAMPLE_DISPLAY_START
);
super
(
SAMPLE_
TOPOV_
DISPLAY_START
);
}
@Override
...
...
@@ -136,7 +136,7 @@ public class AppUiTopovMessageHandler extends UiMessageHandler {
private
final
class
DisplayUpdateHandler
extends
RequestHandler
{
public
DisplayUpdateHandler
()
{
super
(
SAMPLE_DISPLAY_UPDATE
);
super
(
SAMPLE_
TOPOV_
DISPLAY_UPDATE
);
}
@Override
...
...
@@ -153,7 +153,7 @@ public class AppUiTopovMessageHandler extends UiMessageHandler {
private
final
class
DisplayStopHandler
extends
RequestHandler
{
public
DisplayStopHandler
()
{
super
(
SAMPLE_DISPLAY_STOP
);
super
(
SAMPLE_
TOPOV_
DISPLAY_STOP
);
}
@Override
...
...
Please
register
or
login
to post a comment