File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
google-http-client/src/main/java/com/google/api/client/testing/http Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 2
2
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3
3
4
4
<differences >
5
+ <difference >
6
+ <differenceType >7002</differenceType >
7
+ <className >com/google/api/client/testing/http/MockHttpTransport</className >
8
+ <method >com.google.api.client.testing.http.MockHttpTransport$Builder builder()</method >
9
+ </difference >
5
10
<!-- 8001 (Class removed): className -->
6
11
<difference >
7
12
<differenceType >8001</differenceType >
Original file line number Diff line number Diff line change @@ -99,19 +99,6 @@ public final MockLowLevelHttpRequest getLowLevelHttpRequest() {
99
99
return lowLevelHttpRequest ;
100
100
}
101
101
102
- /**
103
- * Returns an instance of a new builder.
104
- *
105
- * <p>
106
- *
107
- * @deprecated (to be removed in the future) Use {@link Builder#Builder()} instead.
108
- * @since 1.5
109
- */
110
- @ Deprecated
111
- public static Builder builder () {
112
- return new Builder ();
113
- }
114
-
115
102
/**
116
103
* {@link Beta} <br>
117
104
* Builder for {@link MockHttpTransport}.
You can’t perform that action at this time.
0 commit comments