auto-sync
This commit is contained in:
parent
b39171aaea
commit
8a0af195a4
|
@ -6,7 +6,7 @@ import java.util.Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 12/27/2014
|
* 12/27/2014
|
||||||
* Andrey Belomutskiy, (c) 2012-2015
|
* Andrey Belomutskiy, (c) 2012-2016
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
|
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
|
||||||
public class TS2C {
|
public class TS2C {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class StartupFrame {
|
||||||
// todo: figure out a better way to work with absolute path
|
// todo: figure out a better way to work with absolute path
|
||||||
private static final String APPICON = "appicon.png";
|
private static final String APPICON = "appicon.png";
|
||||||
private static final String LOGO = "logo.gif";
|
private static final String LOGO = "logo.gif";
|
||||||
private static final String LINK_TEXT = "rusEfi (c) 2012-2015";
|
private static final String LINK_TEXT = "rusEfi (c) 2012-2016";
|
||||||
private static final String URI = "http://rusefi.com/?java_console";
|
private static final String URI = "http://rusefi.com/?java_console";
|
||||||
private static final String VCP_DRIVER_TEXT = "vcp driver";
|
private static final String VCP_DRIVER_TEXT = "vcp driver";
|
||||||
private static final String VCP_DRIVER_URI = "http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/driver/stsw-stm32102.zip";
|
private static final String VCP_DRIVER_URI = "http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/driver/stsw-stm32102.zip";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package com.rusefi.logic;
|
package com.rusefi.logic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* (c) Andrey Belomutskiy 2012-2015
|
* (c) Andrey Belomutskiy 2012-2016
|
||||||
* 12/24/2015
|
* 12/24/2015
|
||||||
*/
|
*/
|
||||||
public class IgnitionMapBuilder {
|
public class IgnitionMapBuilder {
|
||||||
|
|
|
@ -8,7 +8,7 @@ import static com.rusefi.logic.IgnitionMapBuilder.ChamberStyle.*;
|
||||||
import static junit.framework.Assert.assertEquals;
|
import static junit.framework.Assert.assertEquals;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* (c) Andrey Belomutskiy 2012-2015
|
* (c) Andrey Belomutskiy 2012-2016
|
||||||
* 12/24/2015
|
* 12/24/2015
|
||||||
*/
|
*/
|
||||||
public class IgnitionMapBuilderTest {
|
public class IgnitionMapBuilderTest {
|
||||||
|
|
Loading…
Reference in New Issue