Skip to content

Commit

Permalink
Add the license header and fix the Javadoc. (eclipse-che#193)
Browse files Browse the repository at this point in the history
For the moment the added license header is consistent with the other
headers of the package.

However, a global rework of license headers in `rh-che` might be
necessary as stated in issue
redhat-developer/rh-che#192

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal authored Jul 13, 2017
1 parent b5b35ff commit 8bb83a6
Showing 1 changed file with 13 additions and 2 deletions.
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

0 comments on commit 8bb83a6

Please sign in to comment.