Skip to content

Commit

Permalink
Merge pull request #8 from GFalcon-UA/fix_stock
Browse files Browse the repository at this point in the history
Fix stock
  • Loading branch information
oleksii-khalikov authored Apr 14, 2024
2 parents ca0541e + 617706c commit c4d6961
Show file tree
Hide file tree
Showing 11 changed files with 327 additions and 437 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven-version-ruleset.version>1.1.0</maven-version-ruleset.version>
<opencsv.version>5.9</opencsv.version>
<ossindex-maven-plugin.version>3.2.0</ossindex-maven-plugin.version>
<slf4j-api.version>2.0.12</slf4j-api.version>
<slf4j-api.version>2.0.13</slf4j-api.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* FinvizApiException is a subclass of RuntimeException that is thrown when an error occurs while using the Finviz API.
* It is used to wrap any exceptions that occur during API usage and provide more specific information about the error.
* <p/>
* <br>
* This class provides several constructors to handle different scenarios
* and allows the exception message and underlying cause to be specified.
*/
Expand Down
Loading

0 comments on commit c4d6961

Please sign in to comment.