Improved package tree.

This commit is contained in:
Christian P. MOMON 2018-01-21 08:05:14 +01:00
parent 4f3a84142e
commit 2d2a49c64d
8 changed files with 12 additions and 12 deletions

View File

@ -31,14 +31,14 @@ import org.april.hebdobot.HebdobotException;
import org.april.hebdobot.cron.CronManager;
import org.april.hebdobot.cron.CronSettings;
import org.april.hebdobot.identica.IdenticaSettings;
import org.april.hebdobot.model.review.CollectiveTopic;
import org.april.hebdobot.model.review.IndividualTopic;
import org.april.hebdobot.model.review.Message;
import org.april.hebdobot.model.review.Review;
import org.april.hebdobot.model.review.Topic;
import org.april.hebdobot.pastebin.PastebinClient;
import org.april.hebdobot.pastebin.PastebinSettings;
import org.april.hebdobot.pastebin.Private;
import org.april.hebdobot.review.CollectiveTopic;
import org.april.hebdobot.review.IndividualTopic;
import org.april.hebdobot.review.Message;
import org.april.hebdobot.review.Review;
import org.april.hebdobot.review.Topic;
import org.april.hebdobot.twitter.TwitterClient;
import org.april.hebdobot.twitter.TwitterSettings;
import org.april.hebdobot.util.BuildInformation;

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.HashSet;
import java.util.List;

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.HashMap;
import java.util.Map;

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import org.joda.time.DateTime;

View File

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.ArrayList;

View File

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.LinkedList;

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.Collection;
import java.util.HashSet;

View File

@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with Hebdobot. If not, see <http://www.gnu.org/licenses/>
*/
package org.april.hebdobot.review;
package org.april.hebdobot.model.review;
import java.util.Set;