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

Documentation error? #70

Closed
Edwardiv1 opened this issue Dec 17, 2023 · 1 comment
Closed

Documentation error? #70

Edwardiv1 opened this issue Dec 17, 2023 · 1 comment

Comments

@Edwardiv1
Copy link

The documentation has the following example:

Loop isaLoop = new Loop("ISA_LOOP");

Segment segment = new Segment("ISA");
segment.addElement("01", "00");
segment.addElement("02", "          ");
segment.addElement("03", "01");

but running that results in:
The method addElement(int, Element) in the type Segment is not applicable for the arguments (String, String)

Has the library changed since that documentation was written?

@angelaszek
Copy link
Contributor

It looks like this was closed. I just wanted to comment that I do see Segment.addElement(String, String) as supported in the library.

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

2 participants