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
Sho SHIMIZU
2015-04-10 15:03:57 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4936251923ab101e9021d2d3460cef732e25454
d4936251
1 parent
fb6655e1
Fix typo
Change-Id: I4ad0311a9d54f4bf7bb8b58e0e57a8f51839f091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
View file @
d493625
...
...
@@ -440,7 +440,7 @@ public class IntentManager
store
.
write
(
toInstall
);
}
// if toInstall was cause of error, then recompile (manage/increment counter, when exceeded -> CORRUPT)
// if toUninstall was cause of error, then CORRUPT (another job will lean this up)
// if toUninstall was cause of error, then CORRUPT (another job will
c
lean this up)
}
});
...
...
Please
register
or
login
to post a comment