Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Dec 19, 2019
1 parent 2e79c39 commit 0011265
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/automation/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
//class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/locations/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
//class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/rollingstock/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
//class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/rollingstock/cars/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml() {
// class of constants
}

// Common to operation xml files
static final String NAME = "name"; // NOI18N
static final String LOAD = "load"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/rollingstock/engines/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
//class of constants
}

// Common to operation xml files
static final String NAME = "name"; // NOI18N
static final String LENGTH = "length"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/routes/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
// class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/setup/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
// class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down
4 changes: 4 additions & 0 deletions java/src/jmri/jmrit/operations/trains/Xml.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*/
public class Xml {

private Xml(){
//class of constants
}

// Common to operation xml files
static final String ID = "id"; // NOI18N
static final String NAME = "name"; // NOI18N
Expand Down

0 comments on commit 0011265

Please sign in to comment.