Skip to content

Commit

Permalink
Fixing codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Jan 5, 2022
1 parent 5d00643 commit ef9e7d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import edu.ie3.datamodel.io.naming.FileNamingStrategy
*/
trait CsvTestDataMeta {

static String testParticipantsBaseFolderPath = new File(CsvTestDataMeta.class.getResource('/testGridFiles').toURI()).absolutePath
static String testTimeSeriesBaseFolderPath = new File(CsvTestDataMeta.class.getResource('/testTimeSeriesFiles').toURI()).absolutePath
static String testParticipantsBaseFolderPath = new File(CsvTestDataMeta.getResource('/testGridFiles').toURI()).absolutePath
static String testTimeSeriesBaseFolderPath = new File(CsvTestDataMeta.getResource('/testTimeSeriesFiles').toURI()).absolutePath
static String graphicsFolderPath = testParticipantsBaseFolderPath.concat(File.separator).concat("graphics")
static String typeFolderPath = testParticipantsBaseFolderPath.concat(File.separator).concat("types")
static String gridFolderPath = testParticipantsBaseFolderPath.concat(File.separator).concat("grid")
Expand Down

0 comments on commit ef9e7d7

Please sign in to comment.