Menu

#10 Incorrect class import.

misc
closed
nobody
None
5
2004-02-05
2004-01-07
No

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.

Discussion

  • Preston Pfarner

    Preston Pfarner - 2004-02-05
    • status: open --> closed
     
  • Preston Pfarner

    Preston Pfarner - 2004-02-05

    Logged In: YES
    user_id=945156

    Done. Changed import.

     

Log in to post a comment.