PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

SimpleProperty should have a single-value constructor #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The vast majority of document metadata is single-valued.
Currently SimpleProperty provides a constructor that takes
a list of Value, forcing the developer to construct a single
item list.

SimpleProperty should have a constructor that takes a 
single value.  It can construct a list internally, if desired,
or it can treat single-value properties specially in 
nextValue().

Original issue reported on code.google.com by Brett.Mi...@gmail.com on 26 Jun 2009 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by Brett.Mi...@gmail.com on 30 Jun 2009 at 12:14

GoogleCodeExporter commented 8 years ago
Fixed 09 July 2009 in Connector Manager r2179

Original comment by Brett.Mi...@gmail.com on 13 Jul 2009 at 9:05

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 27 Oct 2009 at 11:05