This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree 8 files changed +8
-0
lines changed
src/main/java/com/zhazhapan/qiniu
8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 25
25
* @author pantao
26
26
*
27
27
*/
28
+ @ SuppressWarnings ("restriction" )
28
29
public class Downloader {
29
30
30
31
private Logger logger = Logger .getLogger (Downloader .class );
Original file line number Diff line number Diff line change 37
37
* @author pantao
38
38
*
39
39
*/
40
+ @ SuppressWarnings ("restriction" )
40
41
public class QiManager {
41
42
42
43
private Logger logger = Logger .getLogger (QiManager .class );
Original file line number Diff line number Diff line change 27
27
* @author pantao
28
28
*
29
29
*/
30
+ @ SuppressWarnings ("restriction" )
30
31
@ SpringBootApplication
31
32
public class QiniuApplication extends Application {
32
33
Original file line number Diff line number Diff line change 33
33
* @author pantao
34
34
*
35
35
*/
36
+ @ SuppressWarnings ("restriction" )
36
37
public class ConfigLoader {
37
38
38
39
private static Logger logger = Logger .getLogger (ConfigLoader .class );
Original file line number Diff line number Diff line change 27
27
*
28
28
*/
29
29
30
+ @ SuppressWarnings ("restriction" )
30
31
public class QiConfiger {
31
32
32
33
private Logger logger = Logger .getLogger (QiConfiger .class );
Original file line number Diff line number Diff line change 62
62
* @author pantao
63
63
*
64
64
*/
65
+ @ SuppressWarnings ("restriction" )
65
66
public class MainWindowController {
66
67
67
68
private Logger logger = Logger .getLogger (MainWindowController .class );
Original file line number Diff line number Diff line change 42
42
/**
43
43
* @author pantao 对JavaFX对话框进行封装
44
44
*/
45
+ @ SuppressWarnings ("restriction" )
45
46
public class Dialogs {
46
47
47
48
private Logger logger = Logger .getLogger (Dialogs .class );
Original file line number Diff line number Diff line change 28
28
* @author pantao
29
29
*
30
30
*/
31
+ @ SuppressWarnings ("restriction" )
31
32
public class MainWindow {
32
33
33
34
private Stage stage ;
You can’t perform that action at this time.
0 commit comments