Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
53b6aca1
Commit
53b6aca1
authored
Jan 18, 2019
by
Daniel Lehmberg
Browse files
WIP: (minor) make private again
parent
2a79de4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/projects/dataprocessing/outputfile/OutputFile.java
View file @
53b6aca1
...
...
@@ -55,7 +55,7 @@ public abstract class OutputFile<K extends DataKey<K>> {
private
String
separator
;
private
final
String
nameConflictAdd
=
"-Proc?"
;
// the # is replaced with the processor id
private
VadereWriterFactory
writerFactory
;
p
ublic
VadereWriter
writer
;
p
rivate
VadereWriter
writer
;
protected
OutputFile
(
final
String
...
dataIndices
)
{
this
.
dataIndices
=
dataIndices
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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