From b23db8fee0aa09ab5ec97b1323079f80302a27d4 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 8 Apr 2020 16:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'plugin-demo/src/main/java?= =?UTF-8?q?/com/finebi/plugin/BIDesignBoxPlotChart.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 适配接口 --- .../src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java b/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java index 1e98512..af2cf08 100644 --- a/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java +++ b/plugin-demo/src/main/java/com/finebi/plugin/BIDesignBoxPlotChart.java @@ -1,6 +1,6 @@ package com.finebi.plugin; -import com.finebi.conf.internalimp.component.ReportComponent; +import com.finebi.foundation.api.web.component.AssembleComponentFactory; import com.fr.decision.fun.impl.AbstractWebResourceProvider; import com.fr.intelli.record.Focus; import com.fr.intelli.record.Original; @@ -12,7 +12,7 @@ public class BIDesignBoxPlotChart extends AbstractWebResourceProvider { @Override public Atom attach() { - return ReportComponent.KEY; + return AssembleComponentFactory.getReportComponent(); } @Override