This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
src/main/java/com/zhazhapan/qiniu Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2525 * @author pantao
2626 *
2727 */
28+ @ SuppressWarnings ("restriction" )
2829public class Downloader {
2930
3031 private Logger logger = Logger .getLogger (Downloader .class );
Original file line number Diff line number Diff line change 3737 * @author pantao
3838 *
3939 */
40+ @ SuppressWarnings ("restriction" )
4041public class QiManager {
4142
4243 private Logger logger = Logger .getLogger (QiManager .class );
Original file line number Diff line number Diff line change 2727 * @author pantao
2828 *
2929 */
30+ @ SuppressWarnings ("restriction" )
3031@ SpringBootApplication
3132public class QiniuApplication extends Application {
3233
Original file line number Diff line number Diff line change 3333 * @author pantao
3434 *
3535 */
36+ @ SuppressWarnings ("restriction" )
3637public class ConfigLoader {
3738
3839 private static Logger logger = Logger .getLogger (ConfigLoader .class );
Original file line number Diff line number Diff line change 2727 *
2828 */
2929
30+ @ SuppressWarnings ("restriction" )
3031public class QiConfiger {
3132
3233 private Logger logger = Logger .getLogger (QiConfiger .class );
Original file line number Diff line number Diff line change 6262 * @author pantao
6363 *
6464 */
65+ @ SuppressWarnings ("restriction" )
6566public class MainWindowController {
6667
6768 private Logger logger = Logger .getLogger (MainWindowController .class );
Original file line number Diff line number Diff line change 4242/**
4343 * @author pantao 对JavaFX对话框进行封装
4444 */
45+ @ SuppressWarnings ("restriction" )
4546public class Dialogs {
4647
4748 private Logger logger = Logger .getLogger (Dialogs .class );
Original file line number Diff line number Diff line change 2828 * @author pantao
2929 *
3030 */
31+ @ SuppressWarnings ("restriction" )
3132public class MainWindow {
3233
3334 private Stage stage ;
You can’t perform that action at this time.
0 commit comments