fdb-document-layer icon indicating copy to clipboard operation
fdb-document-layer copied to clipboard

Make UnboundCollectionContext immutable

Open apkar opened this issue 5 years ago • 0 comments

UnboundCollectionContext is the core of metadata management. Every instance of it represents a specific metadata version, changing it directly might not be advisable. It's better to have a builder or better constructors and make this class immutable.

apkar avatar Apr 04 '19 22:04 apkar