From 746af5d07d2b7745618eb75ef3757d150ab02042 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 17 Dec 2021 17:03:51 +0100 Subject: Update generated Thrift API to version 0.15.0 --- src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java') diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java b/src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java index 5f2b9a9..93d1477 100644 --- a/src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java +++ b/src/main/java/org/openslx/bwlp/thrift/iface/InvocationError.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.15.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -7,10 +7,7 @@ package org.openslx.bwlp.thrift.iface; -import java.util.Map; -import java.util.HashMap; -import org.apache.thrift.TEnum; - +@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17") public enum InvocationError implements org.apache.thrift.TEnum { MISSING_DATA(0), INVALID_DATA(1), @@ -37,6 +34,7 @@ public enum InvocationError implements org.apache.thrift.TEnum { * Find a the enum type by its integer value, as defined in the Thrift IDL. * @return null if the value is not found. */ + @org.apache.thrift.annotation.Nullable public static InvocationError findByValue(int value) { switch (value) { case 0: -- cgit v1.2.3-55-g7522