Made named lists not make new keys if the key already exists
This commit is contained in:
parent
3fed68a1f2
commit
840f33908f
|
@ -163,6 +163,7 @@ public class BdfNamedList implements IBdfType
|
|||
e.object = object;
|
||||
|
||||
// Exit out of the function, don't add another object
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue