Fix license year and formatting issues

This commit is contained in:
charitha 2017-10-30 17:52:52 +05:30
parent 6828d0ae41
commit 30314639d9
5 changed files with 3 additions and 6 deletions

View File

@ -62,11 +62,9 @@ public class HTTPEventAdapterFactory extends OutputEventAdapterFactory {
clientMethod.setRequired(true); clientMethod.setRequired(true);
clientMethod.setOptions(new String[]{HTTPEventAdapterConstants.CONSTANT_HTTP_POST, HTTPEventAdapterConstants.CONSTANT_HTTP_PUT}); clientMethod.setOptions(new String[]{HTTPEventAdapterConstants.CONSTANT_HTTP_POST, HTTPEventAdapterConstants.CONSTANT_HTTP_PUT});
clientMethod.setDefaultValue(HTTPEventAdapterConstants.CONSTANT_HTTP_POST); clientMethod.setDefaultValue(HTTPEventAdapterConstants.CONSTANT_HTTP_POST);
staticPropertyList.add(clientMethod); staticPropertyList.add(clientMethod);
return staticPropertyList; return staticPropertyList;
} }
@Override @Override

View File

@ -129,7 +129,6 @@ public class CheckDeviceInGroupExtensionTestCase extends BaseDeviceManagementTes
@Test(dependsOnMethods = {"createGroup", "enrollDevice"}) @Test(dependsOnMethods = {"createGroup", "enrollDevice"})
public void addDevices() throws GroupManagementException, DeviceNotFoundException { public void addDevices() throws GroupManagementException, DeviceNotFoundException {
DeviceCacheConfiguration configuration = new DeviceCacheConfiguration(); DeviceCacheConfiguration configuration = new DeviceCacheConfiguration();
configuration.setEnabled(false); configuration.setEnabled(false);

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* *
* WSO2 Inc. licenses this file to you under the Apache License, * WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except * Version 2.0 (the "License"); you may not use this file except

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* *
* WSO2 Inc. licenses this file to you under the Apache License, * WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except * Version 2.0 (the "License"); you may not use this file except

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.