Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put @options annotation back into GlobalSettings
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
hernan-poncedeleon committed Jan 18, 2024
1 parent 1793a0c commit 888e77e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -5,11 +5,13 @@
import org.apache.logging.log4j.Logger;
import org.sosy_lab.common.configuration.Configuration;
import org.sosy_lab.common.configuration.InvalidConfigurationException;
import org.sosy_lab.common.configuration.Options;

import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;

@Options
public class GlobalSettings {

private static final Logger logger = LogManager.getLogger(GlobalSettings.class);

0 comments on commit 888e77e

Please sign in to comment.