package name should start with lowercase
eg. package cs2103.t14j1.logic;
don't create a package just for one class, or have a better package name
eg. package cs2103.t14j1.logic.smartBar; // for classes that all related to
smartBar, and smartBarParseCommand is then one of the classes in it
Original issue reported on code.google.com by stone1...@gmail.com on 11 Sep 2011 at 7:44
Original issue reported on code.google.com by
stone1...@gmail.com
on 11 Sep 2011 at 7:44