Throw exception for non-implemented drawGraph methods.
Esse commit está contido em:
pai
9e8457337e
commit
a2d03a0857
1 arquivos alterados com 2 adições e 2 exclusões
|
@ -403,12 +403,12 @@ public class MapViewDrawing extends MapView implements Drawing {
|
|||
|
||||
@Override
|
||||
public void drawGraph(Graph graph, GraphPalette palette) {
|
||||
// drawGraph(graph, null);
|
||||
throw new RuntimeException("Not implemented, use drawGraph(File).");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawGraph(Graph graph) {
|
||||
// drawGraph(graph, null);
|
||||
throw new RuntimeException("Not implemented, use drawGraph(File).");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Carregando…
Referência em uma nova issue