From: SourceForge.net <no...@so...> - 2004-02-05 21:05:44
|
Bugs item #872252, was opened at 2004-01-07 02:07 Message generated for change (Comment added) made by pfarner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=872252&group_id=5083 Category: None Group: misc >Status: Closed Resolution: None Priority: 5 Submitted By: Preston Pfarner (pfarner) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect class import. Initial Comment: In the current CVS, the following file: src/com/hartmath/loadable/EBarGraph.java imports com.hartmath.JSci.swing.JBarGraph, which doesn't exist, but org.hartmath.JSci.swing.JBarGraph does. Fix: change that import from com.* to org.* Yes, it's another tiny bug, but it still halts compilation. ---------------------------------------------------------------------- >Comment By: Preston Pfarner (pfarner) Date: 2004-02-05 13:05 Message: Logged In: YES user_id=945156 Done. Changed import. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=872252&group_id=5083 |