|
1 | | -/* |
2 | | - * This file is a part of project QuickShop, the name is ShopControlPanelImpl.java |
3 | | - * Copyright (C) PotatoCraft Studio and contributors |
4 | | - * |
5 | | - * This program is free software: you can redistribute it and/or modify it |
6 | | - * under the terms of the GNU General Public License as published by the |
7 | | - * Free Software Foundation, either version 3 of the License, or |
8 | | - * (at your option) any later version. |
9 | | - * |
10 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
11 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
12 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
13 | | - * for more details. |
14 | | - * |
15 | | - * You should have received a copy of the GNU General Public License |
16 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | | - * |
18 | | - */ |
19 | | - |
20 | | -package org.maxgamer.quickshop.shop; |
21 | | - |
22 | | -import org.maxgamer.quickshop.QuickShop; |
23 | | - |
24 | | -public class ShopControlPanelImpl { |
25 | | - private final QuickShop plugin; |
26 | | - |
27 | | - public ShopControlPanelImpl(QuickShop plugin) { |
28 | | - this.plugin = plugin; |
29 | | - } |
30 | | - |
31 | | - |
32 | | -} |
| 1 | +///* |
| 2 | +// * This file is a part of project QuickShop, the name is ShopControlPanelImpl.java |
| 3 | +// * Copyright (C) PotatoCraft Studio and contributors |
| 4 | +// * |
| 5 | +// * This program is free software: you can redistribute it and/or modify it |
| 6 | +// * under the terms of the GNU General Public License as published by the |
| 7 | +// * Free Software Foundation, either version 3 of the License, or |
| 8 | +// * (at your option) any later version. |
| 9 | +// * |
| 10 | +// * This program is distributed in the hope that it will be useful, but WITHOUT |
| 11 | +// * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 12 | +// * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 13 | +// * for more details. |
| 14 | +// * |
| 15 | +// * You should have received a copy of the GNU General Public License |
| 16 | +// * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | +// * |
| 18 | +// */ |
| 19 | +// |
| 20 | +//package org.maxgamer.quickshop.shop; |
| 21 | +// |
| 22 | +//import org.maxgamer.quickshop.QuickShop; |
| 23 | +// |
| 24 | +//public class ShopControlPanelImpl { |
| 25 | +// private final QuickShop plugin; |
| 26 | +// |
| 27 | +// public ShopControlPanelImpl(QuickShop plugin) { |
| 28 | +// this.plugin = plugin; |
| 29 | +// } |
| 30 | +// |
| 31 | +// |
| 32 | +//} |
0 commit comments