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
2014-11-10 20:04:26 -0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
Gerrit Code Review
2014-11-10 20:04:26 -0800
Commit
0538784e62a61fcfb120aef8a685c24dd92c1402
0538784e
2 parents
361bc539
412a2393
Merge "Modify getter name to match the project naming convention"
Hide 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/intent/constraint/LatencyConstraint.java
core/api/src/main/java/org/onlab/onos/net/intent/constraint/LatencyConstraint.java
View file @
0538784
...
...
@@ -43,7 +43,7 @@ public class LatencyConstraint implements Constraint {
this
.
latency
=
latency
;
}
public
Duration
getL
atency
()
{
public
Duration
l
atency
()
{
return
latency
;
}
...
...
Please
register
or
login
to post a comment