tringUtils.java:231: error: cannot find symbol

0
How to fix the following error StringUtils.java:231: error: cannot find symbol        return IOUtils.toString(BOMInputStream.builder().setInputStream(inputStream).get(), charset);  symbol:   method builder()  location: class BOMInputStreamNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.
asked
1 answers
6

Hello Prathiban,

Please check below link for same error.

Mendix Community - Question Details

 

answered