Committed by
Gerrit Code Review
Fix indent
Change-Id: I2b54e8f9a95b41959b952d3c1414783843b84ac0
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -15,14 +15,14 @@ | ... | @@ -15,14 +15,14 @@ |
| 15 | */ | 15 | */ |
| 16 | package org.onosproject.net.resource.link; | 16 | package org.onosproject.net.resource.link; |
| 17 | 17 | ||
| 18 | -import java.util.Collection; | ||
| 19 | -import java.util.Set; | ||
| 20 | - | ||
| 21 | import org.onosproject.net.Link; | 18 | import org.onosproject.net.Link; |
| 22 | import org.onosproject.net.intent.Constraint; | 19 | import org.onosproject.net.intent.Constraint; |
| 23 | import org.onosproject.net.intent.IntentId; | 20 | import org.onosproject.net.intent.IntentId; |
| 24 | import org.onosproject.net.resource.ResourceRequest; | 21 | import org.onosproject.net.resource.ResourceRequest; |
| 25 | 22 | ||
| 23 | +import java.util.Collection; | ||
| 24 | +import java.util.Set; | ||
| 25 | + | ||
| 26 | /** | 26 | /** |
| 27 | * Representation of a request for link resource. | 27 | * Representation of a request for link resource. |
| 28 | */ | 28 | */ | ... | ... |
-
Please register or login to post a comment