From: SourceForge.net <no...@so...> - 2004-01-07 10:07:20
|
Bugs item #872252, was opened at 2004-01-07 02:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=872252&group_id=5083 Category: None Group: misc Status: Open 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=872252&group_id=5083 |