Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[edt-dev] Attention IBmi users

Hi All,

I just committed the implementation for the enhancement Bug 376979. This changes the AS400xxxx annotations to Structxxxx annotations.
Example: @AS400Text{} is now @StructText{} or @AS400Array is now @StructArray, to generalize all @AS400xxxx{} are now @Structxxxx{}. You will need to change your EGL code accordingly. When I changed our tests I did a search for @AS400 and replaced it with @Struct.

sorry for any incontinence,
Joe Vincens
EGL Developer
Rational Software, IBM Software Group
150 Kettletown Road, Southbury, CT  06488, USA
Tel: 203.528.3041

Back to the top