From f25f9946f998c3f51e55212bc3e6884079bb855d Mon Sep 17 00:00:00 2001
From: pompert <sdos@astron.nl>
Date: Thu, 29 Jun 2006 07:53:07 +0000
Subject: [PATCH] 701 Modified the default strings

---
 JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties b/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
index d87fd3b2572..4aa02b7c74b 100644
--- a/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
+++ b/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
@@ -31,6 +31,6 @@
 FRAMEWORK         = nl.astron.lofar.java.gui.plotter.PlotSGTImpl
 #
 # The Data Access class to be used (Specify your implementation of IPlotDataAccess here)
-DATA_ACCESS_CLASS = Please put a customized plotter-config-***.jar file in your classpath BEFORE Plotter.jar! Contact the ASTRON SWE group if you need any help
+DATA_ACCESS_CLASS = Enter your data access class here (eg. nl.astron.lofar.sas.otb.util.plotter.PlotDataAccessParmDBImpl)
 # The Data Export class to be used (Specify your implementation of IPlotDataExport here)
-DATA_EXPORT_CLASS = Please put a customized plotter-config-***.jar file in your classpath BEFORE Plotter.jar! Contact the ASTRON SWE group if you need any help
+DATA_EXPORT_CLASS = Enter your data access class here (eg. nl.astron.lofar.sas.otb.util.plotter.PlotDataAccessParmDBImpl)
-- 
GitLab