Skip to content

Commit

Permalink
Remove redundant semicolon in FileReadingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jun 10, 2024
1 parent d138a2a commit 38055fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2020 the original author or authors.
* Copyright 2020-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -35,6 +35,6 @@ public enum FileReadingMode {
/**
* contents mode.
*/
contents;
contents

}

0 comments on commit 38055fa

Please sign in to comment.