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

[BACKLOG-43424]-Backend for Formula step #9830

Open
wants to merge 1 commit into
base: webttle-mvp2
Choose a base branch
from

Conversation

amitkumar3hitachi
Copy link
Contributor

No description provided.

@amitkumar3hitachi amitkumar3hitachi requested a review from a team as a code owner February 24, 2025 04:57
@@ -73,17 +80,17 @@ public boolean processRow( StepMetaInterface smi, StepDataInterface sdi ) throws

// Calculate replace indexes...
//
data.replaceIndex = new int[meta.getFormula().length];
data.replaceIndex = new int[ meta.getFormula().length ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please do not format previous code, add only doAction related changes.

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

Successfully merging this pull request may close these issues.

2 participants