mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
14.51.2018 26604dfac130340dbcfa82d6cc26cb4ccca6ade2
borgbutler-server/src/main/java/de/micromata/borgbutler/server/rest/ReposRest.java
@@ -39,6 +39,7 @@
     *
     * @param force If true, a reload of all repositories is forced.
     * @param prettyPrinter If true then the json output will be in pretty format.
     * @return A list of repositories of type {@link Repository}.
     * @see JsonUtils#toJson(Object, boolean)
     */
    public String getList(@QueryParam("force") boolean force, @QueryParam("prettyPrinter") boolean prettyPrinter) {