teragrep / cfe_31

0 stars 0 forks source link

Change PromiseDir from extending File to having it as a field #26

Closed MoonBow-1 closed 5 months ago

MoonBow-1 commented 7 months ago

Description

As the title says

MoonBow-1 commented 6 months ago

This was actually done immediately when creating the ticket, so this has been done:

public final class PromiseDir {

    final File dir;
...