Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8230131

Mistranslation in Japanese Java API doc - java.sql.Connection.isValid()

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      original : Returns true if the connection has not been closed and is still valid.
      Japanese :接続がクローズされていて、まだ有効である場合はtrueを返します。ドライバは、接続に対するクエリーを送信するか、またはこのメソッドが呼び出されるときに接続がまだ有効であることを明確に検証するその他のメカニズムを使用します。
      mean : Returns true if the connection "has been" closed and is still valid.

      https://docs.oracle.com/javase/jp/8/docs/api/java/sql/Connection.html#isValid-int-

      I found this issue SE 8 and 7 document. It may be in other documents.


      FREQUENCY : always


            jlu Justin Lu
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: