Fix bugs and formatting issues
[dcaegen2/services/son-handler.git] / src / test / resources / anrSolutions.json
1 [
2   {
3     "cellId":"cell1",
4     "removeableNeighbors":[
5       "cell2",
6       "cell3"
7     ]
8   },
9   {
10     "cellId":"cell8",
11     "removeableNeighbors":[
12       "cell9"
13     ]
14   }
15 ]