Alternative MR replication method
[dmaap/dbcapi.git] / src / test / java / org / onap / dmaap / dbcapi / util / GraphTest.java
index 7cedfac..449746a 100644 (file)
@@ -89,7 +89,7 @@ public class GraphTest {
 
                s = g.getCentralLoc();          
                g.setHasCentral( true );
-               g.isHasCentral();
+               g.hasCentral();
 
                hm = g.getGraph();