X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FReturnType.java;h=b0a11d0c134241509669ee99936560c102e50c17;hb=561d15670607ad2fae532e71dfc25b35848f0775;hp=17c1bd025f31cf548d6359a63c97e40ef87380d5;hpb=b9a83b75fbab2af9cb9e6217b7ea4414b59b8851;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/ReturnType.java b/src/net/pterodactylus/util/fcp/ReturnType.java index 17c1bd0..b0a11d0 100644 --- a/src/net/pterodactylus/util/fcp/ReturnType.java +++ b/src/net/pterodactylus/util/fcp/ReturnType.java @@ -18,6 +18,9 @@ public enum ReturnType { direct, /** Copy the data to disk. */ - disk; + disk, + + /** Unknown return type. */ + unknown; }