shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

Remove System.out from StringMapping #23

Closed Marcono1234 closed 3 years ago

Marcono1234 commented 3 years ago

Hello, it appears StringMapping contains a System.out call which should either be removed or at least commented out: https://github.com/shannah/Java-Objective-C-Bridge/blob/473221aeef8f12ca9a659d899f3ca7092aed27ef/src/main/java/ca/weblite/objc/mappers/StringMapping.java#L18