This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package untestableLegacy; | |
/* | |
* This code has been extracted from OpenbravoERP: | |
* https://code.openbravo.com/erp/stable/2.50-bp/file/cec9b1da72ed/src/org/openbravo/base/model/Entity.java | |
*/ | |
import java.nio.CharBuffer; | |
import java.util.List; | |
import java.util.stream.Collectors; |