view truffle/com.oracle.truffle.api.vm/src/META-INF/upgrade/PolyglotEngineNewBuilder.hint @ 22335:906a5f6e07cc

Giving the PolyglotEngine builder factory method more sensible name.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 02 Nov 2015 19:13:21 +0100
parents truffle/com.oracle.truffle.api/src/META-INF/upgrade/conditionprofile.hint@96e70615cc4a
children
line wrap: on
line source

'PolyglotEngine.buildNew() is misleading':
com.oracle.truffle.api.vm.PolyglotEngine.buildNew()
=>
'Use newBuilder()':
com.oracle.truffle.api.vm.PolyglotEngine.newBuilder()
;;