Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Fix license header and Javadoc #193

Merged
merged 1 commit into from
Jul 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 Red Hat inc.

* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red Hat - Initial Contribution
*******************************************************************************/
package com.redhat.che.keycloak.server;

import java.io.IOException;
Expand All @@ -20,9 +31,9 @@
import org.slf4j.LoggerFactory;

/**
* Injects DNS resolvers and ensures that it is neither empty array nor single value array with null or empty string.
* Injects the 'che.keycloak.disabled' property retrieved from the workspace master rest endpoint.
*
* @author Alexander Garagatyi
* @author David Festal
*/
@Singleton
public class KeycloakPropertiesProvider implements Provider<Boolean> {
Expand Down