am ef568c97: Merge "Make new networkAttribute parameter non-optional." into honeycomb-LTE
* commit 'ef568c97b5962249cbab7995f76435492a10ba68': Make new networkAttribute parameter non-optional.
This commit is contained in:
@@ -60,11 +60,7 @@ public class NetworkConfig {
|
||||
type = Integer.parseInt(fragments[1]);
|
||||
radio = Integer.parseInt(fragments[2]);
|
||||
priority = Integer.parseInt(fragments[3]);
|
||||
if (fragments.length > 4) {
|
||||
dependencyMet = Boolean.parseBoolean(fragments[4]);
|
||||
} else {
|
||||
dependencyMet = true;
|
||||
}
|
||||
dependencyMet = Boolean.parseBoolean(fragments[4]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user