Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Remove javadoc library class reference
Browse files Browse the repository at this point in the history
These javadoc references were causing Javadoc
generation failures due to referencing classes
which are in another library.
  • Loading branch information
alexjhawk committed Feb 12, 2021
1 parent 5b0f7c6 commit ebf1bf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class LocalDataFileManager extends Thread {
/**
* Instantiates a local data file management class with the specified local data file root folder
* and number of months to retain files. NOTE: This class requires the local time offset provided
* by {@link LocalTimeOffsetCalculator} to provide accurate timestamps. You must call {@link
* LocalTimeOffsetCalculator#calculateLocalTimeOffsetMilliseconds()} prior to instantiating this
* by LocalTimeOffsetCalculator to provide accurate timestamps. You must call
* LocalTimeOffsetCalculator#calculateLocalTimeOffsetMilliseconds() prior to instantiating this
* class.
*
* @param localDataFileRootFolder folder where local data file structure will be created/stored
Expand Down

0 comments on commit ebf1bf4

Please sign in to comment.