Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
1622ad9e
Commit
1622ad9e
authored
Nov 11, 2015
by
R.W.Majeed
Browse files
toString implemented
parent
2ee35661
Changes
1
Hide whitespace changes
Inline
Side-by-side
histream-import/src/main/java/de/sekmi/histream/etl/config/Column.java
View file @
1622ad9e
...
...
@@ -278,4 +278,8 @@ public abstract class Column<T> {
throw
new
ParseException
(
"No empty column attribute allowed. Remove attribute for constant values"
);
}
}
@Override
public
String
toString
()
{
return
"Column["
+
column
+
"]"
;
}
}
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