X-Git-Url: http://nitlanguage.org diff --git a/contrib/jwrapper/examples/java_api/api_user.nit b/contrib/jwrapper/examples/java_api/api_user.nit index a06bf95..f313c40 100644 --- a/contrib/jwrapper/examples/java_api/api_user.nit +++ b/contrib/jwrapper/examples/java_api/api_user.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import java_api +import java_api is example # Get a Java string var str = java_lang_integer_to_string_int(5678)