Class FakeUnmodifiableCommentedConfig

    • Constructor Detail

      • FakeUnmodifiableCommentedConfig

        public FakeUnmodifiableCommentedConfig​(UnmodifiableConfig config)
        Creates a FakeUnmodifiableCommentedConfig that gets all its values from the given config. The FakeUnmodifiableCommentedConfig implements UnmodifiableCommentedConfig but all operations on comments do nothing.
        Parameters:
        config - the config to use for the values