Skip to content

Commit

Permalink
- Updated Sprinklr Commons in Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Feb 10, 2025
1 parent 20aff6b commit da298ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ public static String asJsonString(final Object obj) throws TurException {
}

public static File getTempDirectory() {
return TurCommonsUtils.addSubDirToStoreDir("tmp");
return addSubDirToStoreDir("tmp");
}
}
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>Turing Sprinklr - Sample Custom Connector</description>
<properties>
<revision>0.3.10</revision>
<turing.version>509ae123c3</turing.version>
<turing.version>e4f2c074ec</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand Down

0 comments on commit da298ab

Please sign in to comment.