Skip to content

Commit

Permalink
Merge pull request #4215 from andreaTP/remaining-reserved
Browse files Browse the repository at this point in the history
[Java] add remaining j.l.Object methods to the reserved list
  • Loading branch information
baywet authored Feb 23, 2024
2 parents 850024c + fd1a06f commit cad8396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Kiota.Builder/Refiners/JavaReservedNamesProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ public class JavaReservedNamesProvider : IReservedNamesProvider
"double",
"else",
"enum",
"equals",
"extends",
"false",
"final",
"finalize",
"finally",
"float",
"for",
Expand Down Expand Up @@ -55,6 +57,7 @@ public class JavaReservedNamesProvider : IReservedNamesProvider
"this",
"throw",
"throws",
"tostring",
"transient",
"true",
"try",
Expand Down

0 comments on commit cad8396

Please sign in to comment.