Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
e65bef4d
Commit
e65bef4d
authored
Apr 28, 2016
by
ekrisza
Browse files
minor improvement
parent
91a9a6db
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathConverter.java
View file @
e65bef4d
...
...
@@ -60,7 +60,7 @@ public final class PathConverter {
* */
public
static
String
convert
(
final
String
path
,
final
boolean
reportDebugInformation
,
final
MessageConsole
outputConsole
)
{
if
(
""
.
equals
(
path
)){
if
(
""
.
equals
(
path
.
trim
()
)){
return
path
;
}
...
...
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