Ignore:
Timestamp:
09/22/20 08:52:08 (4 years ago)
Author:
bart
Message:

Version 1.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/java/geniusweb/profilesserver/AutoUpdatingProfilesFactoryTest.java

    r12 r16  
    5151        private List<String> warnings;
    5252        private Path copyrepodir;
    53         private AutoUpdatingProfilesFactory factory;
     53        private AutoUpdatingProfilesRepository factory;
    5454        private final long HIGHRATE = 500; // fast so that we can test quickly.
    5555        private final List<ChangeEvent> changes = new LinkedList<>();
     
    8080                };
    8181
    82                 factory = new AutoUpdatingProfilesFactory(logger) {
     82                factory = new AutoUpdatingProfilesRepository(logger) {
    8383
    8484                        @Override
Note: See TracChangeset for help on using the changeset viewer.