Changeset 1941
- Timestamp:
- 09/07/07 21:31:51 (1 year ago)
- Files:
-
- trunk/lib/wsdl/soap/classNameCreator.rb (modified) (1 diff)
- trunk/lib/wsdl/soap/mappingRegistryCreatorSupport.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/wsdl/soap/classNameCreator.rb
r1939 r1941 33 33 name += '_' 34 34 end 35 @classname[qname] = name 35 @classname[qname] = name.freeze 36 36 end 37 37 if modulepath trunk/lib/wsdl/soap/mappingRegistryCreatorSupport.rb
r1925 r1941 151 151 if element.map_as_array? 152 152 if type 153 type <<'[]'153 type += '[]' 154 154 else 155 155 type = '[]'