From b02b78d539f5c62c59b6af70cf481f21a7c2fec6 Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Sun, 20 Jan 2013 05:00:05 +0400 Subject: [PATCH] synchronization with library-service branch --- .../fbreader/book/BookCollection.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/org/geometerplus/fbreader/book/BookCollection.java diff --git a/src/org/geometerplus/fbreader/book/BookCollection.java b/src/org/geometerplus/fbreader/book/BookCollection.java new file mode 100644 index 000000000..6d9c1d7d3 --- /dev/null +++ b/src/org/geometerplus/fbreader/book/BookCollection.java @@ -0,0 +1,24 @@ +/* + * Copyright (C) 2007-2013 Geometer Plus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + +package org.geometerplus.fbreader.book; + +public class BookCollection { + +}