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

[Task]: Class BaseTransform rename method setCarteObjectId #4882

Open
nadment opened this issue Feb 9, 2025 · 1 comment
Open

[Task]: Class BaseTransform rename method setCarteObjectId #4882

nadment opened this issue Feb 9, 2025 · 1 comment
Labels

Comments

@nadment
Copy link
Contributor

nadment commented Feb 9, 2025

What needs to happen?

public String getContainerId() {
    return this.containerObjectId;
}

public void setCarteObjectId(String containerObjectId) {
    this.containerObjectId = containerObjectId;
}

Issue Priority

Priority: 3

Issue Component

Component: Transforms

@nadment nadment added the task label Feb 9, 2025
@github-actions github-actions bot added P3 Nice to have Transforms labels Feb 9, 2025
@hansva
Copy link
Contributor

hansva commented Feb 9, 2025

If you are planning on doing this one add it to the branch with the other Hop Server changes. I'm planning on adding a jetty upgrade to that one (it's partially completed)

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

No branches or pull requests

2 participants