Skip to content

Commit 87afa33

Browse files
committed
Merge pull request #18 from jianghaolu/renamesetters
License headers and cleanups
2 parents b5859aa + 9c4442d commit 87afa33

File tree

11 files changed

+60
-4
lines changed

11 files changed

+60
-4
lines changed

azure-android-client-authentication/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ task javadocJar(type: Jar, dependsOn: [javadoc]) {
114114
artifacts {
115115
archives sourcesJar
116116
archives javadocJar
117-
}
117+
}

azure-client-authentication/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ test {
9595
reports.html.destination = file("${projectDir}/../../../TestResults/JavaAzureRuntime")
9696
}
9797

98-
tasks.compileJava.dependsOn 'clean'
98+
tasks.compileJava.dependsOn 'clean'

azure-client-runtime/src/main/java/com/microsoft/azure/AzureClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public Integer getLongRunningOperationRetryTimeout() {
730730
*
731731
* @param longRunningOperationRetryTimeout the time in milliseconds.
732732
*/
733-
public void setLongRunningOperationRetryTimeout(Integer longRunningOperationRetryTimeout) {
733+
public void withLongRunningOperationRetryTimeout(Integer longRunningOperationRetryTimeout) {
734734
this.longRunningOperationRetryTimeout = longRunningOperationRetryTimeout;
735735
}
736736

azure-client-runtime/src/main/java/com/microsoft/azure/DAGNode.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
import java.util.ArrayList;

azure-client-runtime/src/main/java/com/microsoft/azure/DAGraph.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
import java.util.ArrayDeque;

azure-client-runtime/src/main/java/com/microsoft/azure/Graph.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
import java.util.HashMap;

azure-client-runtime/src/main/java/com/microsoft/azure/Node.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
import java.util.ArrayList;

azure-client-runtime/src/main/java/com/microsoft/azure/TaskGroup.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
/**

azure-client-runtime/src/main/java/com/microsoft/azure/TaskGroupBase.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
/**

azure-client-runtime/src/main/java/com/microsoft/azure/TaskItem.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
*
3+
* Copyright (c) Microsoft Corporation. All rights reserved.
4+
* Licensed under the MIT License. See License.txt in the project root for license information.
5+
*
6+
*/
7+
18
package com.microsoft.azure;
29

310
/**

0 commit comments

Comments
 (0)