Skip to content

Commit

Permalink
feat(p2) fixed liscensed and refer to hessian InvalidJavaEnum (kitex-…
Browse files Browse the repository at this point in the history
  • Loading branch information
s5364733 committed Apr 16, 2024
1 parent ace7b6c commit 3675f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/hessian2/enum/enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 CloudWeGo Authors
* Copyright 2023 CloudWeGo Authors
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -23,6 +23,6 @@ import (
hessian "github.com/apache/dubbo-go-hessian2"
)

const InvalidJavaEnum JavaEnum = -1
const InvalidJavaEnum = hessian.InvalidJavaEnum

type JavaEnum hessian.JavaEnum

0 comments on commit 3675f1b

Please sign in to comment.