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
Toshio Koide
2014-10-20 15:32:52 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6bf91bcb7e31703560977d58fb065bbe7098cd23
6bf91bcb
1 parent
c9051db2
Fix the definition of LinkResourceService.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onlab/onos/net/resource/LinkResourceService.java
core/api/src/main/java/org/onlab/onos/net/resource/LinkResourceService.java
View file @
6bf91bc
...
...
@@ -56,5 +56,5 @@ public interface LinkResourceService {
* @param link a target link
* @return available resources for the target link
*/
LinkResource
availableResources
(
Link
link
);
LinkResource
s
availableResources
(
Link
link
);
}
...
...
Please
register
or
login
to post a comment