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