Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Expressions.PathStyleExpression#getValue #2278

Open
lijinliangyihao opened this issue Dec 21, 2023 · 0 comments
Open

Error in Expressions.PathStyleExpression#getValue #2278

lijinliangyihao opened this issue Dec 21, 2023 · 0 comments

Comments

@lijinliangyihao
Copy link

Expressions.PathStyleExpression#getValue:

@Override
public String getValue() {
    if (this.getPattern() != null) {
        // this line
        return "{" + this.separator + this.getName() + ":" + this.getName() + "}";
    }
    return "{" + this.separator + this.getName() + "}";
}

Maybe the intentions is:

return "{" + this.separator + this.getName() + ":" + this.getPattern() + "}";

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant