Skip to content

Commit

Permalink
Lucene.Net.Support.RectangularArrays: Fixed encoding issue that was p…
Browse files Browse the repository at this point in the history
…reventing SonarCloud from analyzing the file
  • Loading branch information
NightOwl888 committed Oct 19, 2023
1 parent 179356f commit b517753
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Lucene.Net/Support/RectangularArrays.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//----------------------------------------------------------------------------------------
// Copyright � 2007 - 2013 Tangible Software Solutions Inc.
// this class can be used by anyone provided that the copyright notice remains intact.
//----------------------------------------------------------------------------------------
// Copyright � 2007 - 2013 Tangible Software Solutions Inc.
// this class can be used by anyone provided that the copyright notice remains intact.
//
// this class provides the logic to simulate Java rectangular arrays, which are jagged
// arrays with inner arrays of the same length. A size of -1 indicates unknown length.
// this class provides the logic to simulate Java rectangular arrays, which are jagged
// arrays with inner arrays of the same length. A size of -1 indicates unknown length.
//----------------------------------------------------------------------------------------

namespace Lucene.Net.Support
Expand Down

0 comments on commit b517753

Please sign in to comment.