src/main/java/de/uapcore/lightpit/dao/IssueDao.java

changeset 105
250c5cbb8276
parent 86
0a658e53177c
child 124
ed2e7aef2a3e
     1.1 --- a/src/main/java/de/uapcore/lightpit/dao/IssueDao.java	Sat Aug 29 16:48:15 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/dao/IssueDao.java	Sat Aug 29 17:13:09 2020 +0200
     1.3 @@ -50,8 +50,9 @@
     1.4  
     1.5      /**
     1.6       * Lists all issues that are somehow related to the specified version.
     1.7 +     * If version is null, search for issues that are not related to any version.
     1.8       *
     1.9 -     * @param version the version
    1.10 +     * @param version the version or null
    1.11       * @return a list of issues
    1.12       * @throws SQLException on any kind of SQL error
    1.13       */

mercurial