Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SPB_Exchange_Repo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Amelin Konstantin
SPB_Exchange_Repo
Commits
a155ad3c
Commit
a155ad3c
authored
Jul 06, 2019
by
Amelin Konstantin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
4c3b6105
3206e914
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
src/main/scala/Main.scala
+1
-2
No files found.
src/main/scala/Main.scala
View file @
a155ad3c
...
@@ -51,7 +51,6 @@ object Main {
...
@@ -51,7 +51,6 @@ object Main {
for
(
f
<-
files
)
{
for
(
f
<-
files
)
{
val
fSourceName
=
f
.
getName
val
fSourceName
=
f
.
getName
val
fSourceNameArray
=
fSourceName
.
split
(
'.'
)
val
fSourceNameArray
=
fSourceName
.
split
(
'.'
)
val
fSourceNameBase
=
fSourceNameArray
.
head
val
fSourceNameExtension
=
fSourceNameArray
.
last
.
toLowerCase
val
fSourceNameExtension
=
fSourceNameArray
.
last
.
toLowerCase
val
now
=
LocalDateTime
.
now
().
toString
val
now
=
LocalDateTime
.
now
().
toString
...
@@ -91,7 +90,7 @@ object Main {
...
@@ -91,7 +90,7 @@ object Main {
else
Try
{
else
Try
{
convert
(
convert
(
new
FileInputStream
(
f
),
new
FileInputStream
(
f
),
s
"$fSourceName
Base
"
,
s
"$fSourceName"
,
s
"Converted_$fSourceName"
,
s
"Converted_$fSourceName"
,
nsdXmlValid
,
nsdXmlValid
,
rtsXmlValid
,
rtsXmlValid
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment