code cleanup
* log4j 2.10.0 -> 2.11.0
This commit is contained in:
		
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @ -44,13 +44,13 @@ | ||||
|     <dependency> | ||||
|         <groupId>org.apache.logging.log4j</groupId> | ||||
|         <artifactId>log4j-api</artifactId> | ||||
|         <version>2.10.0</version> | ||||
|         <version>2.11.0</version> | ||||
|     </dependency> | ||||
|      | ||||
|     <dependency> | ||||
|         <groupId>org.apache.logging.log4j</groupId> | ||||
|         <artifactId>log4j-core</artifactId> | ||||
|         <version>2.10.0</version> | ||||
|         <version>2.11.0</version> | ||||
|     </dependency> | ||||
|      | ||||
|     <dependency> | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.application; | ||||
| 	 | ||||
| import java.io.File; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.application; | ||||
|  | ||||
| import java.awt.Desktop; | ||||
| @ -266,6 +265,7 @@ public class MainWindowController { | ||||
| 	@FXML | ||||
| 	private JFXTreeTableColumn<CourseTableDataType, Integer> timeColumn = new JFXTreeTableColumn<>("time"); | ||||
| 	 | ||||
| 	@SuppressWarnings("unused") | ||||
| 	private enum CloudService { | ||||
| 		GoogleDrive, Dropbox | ||||
| 	} | ||||
| @ -295,7 +295,7 @@ public class MainWindowController { | ||||
| 	private String id; | ||||
| 	private String version = "0.3.0"; | ||||
| 	private String buildNumber = "077"; | ||||
| 	private String versionName = "Puzzle Plank Galaxy"; | ||||
| 	private String versionName = "Purple Comet"; | ||||
| 	private int xPos = -200; | ||||
| 	private int yPos = 17; | ||||
| 	private int xPosHelper; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.application; | ||||
|  | ||||
| import java.io.IOException; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.controller; | ||||
|  | ||||
| import java.io.File; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.controller; | ||||
|  | ||||
| import java.awt.Graphics2D; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.controller; | ||||
|  | ||||
| import java.io.BufferedReader; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.controller; | ||||
|  | ||||
| import java.io.BufferedReader; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.datatypes; | ||||
|  | ||||
| import com.jfoenix.controls.datamodels.treetable.RecursiveTreeObject; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.datatypes; | ||||
|  | ||||
| import javafx.beans.property.IntegerProperty; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.datatypes; | ||||
|  | ||||
| import com.jfoenix.controls.JFXButton; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,8 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
|  | ||||
| package com.cemu_UI.uiElements; | ||||
|  | ||||
| import java.io.File; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.uiElements; | ||||
|  | ||||
| import com.jfoenix.controls.JFXButton; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,8 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
|  | ||||
| package com.cemu_UI.uiElements; | ||||
|  | ||||
| import java.util.ResourceBundle; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.uiElements; | ||||
|  | ||||
| import com.jfoenix.controls.JFXButton; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * cemu_UI | ||||
|  *  | ||||
|  * Copyright 2017  <@Seil0> | ||||
|  * Copyright 2017-2018  <@Seil0> | ||||
|  *  | ||||
|  * 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 | ||||
| @ -18,7 +18,6 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||||
|  * MA 02110-1301, USA. | ||||
|  */ | ||||
|  | ||||
| package com.cemu_UI.vendorCloudController; | ||||
|  | ||||
| import java.io.FileOutputStream; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user