Menu

TextFileLoader

2005-11-25
2013-04-17
  • andrew barnes

    andrew barnes - 2005-11-25

    Just to let you know the getFile() method of your TextFileLoader class recurses:

    public function getFile(Void):File {
         return getFile();
    }

    I think it should read:

    public function getFile(Void):File {
         return this.getTextFile();
    }

    Regards
    Andy

     
    • Martin Heidegger

      This should be already fixed in the CVS version. Sorry for the inconvenience.

      yours
      Martin.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.