Timestamp:
Mar 5, 2010, 9:27:57 AM (13 years ago)
Author:
jahn
Message:

The options that parameters can take on are no longer represented by Strings. Instead we created a wrapper Object (ParameterStringListItem?). In this way we avoid problems with multi-user operations. Such problems can arrive as follows: if options are Strings, there is no difference beteween them and their identifier. When instead lists are wrapped, changing the strings does not affect their identifier, and thus simultanious read/write operations become less error prone.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.