File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/core/src/main/java/org/geogit/api Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
package org .geogit .api ;
6
6
7
- import org .geogit .api .RevObject .TYPE ;
8
-
9
7
import com .google .common .base .Preconditions ;
10
8
11
9
/**
@@ -97,18 +95,6 @@ public Ref(final String name, final ObjectId oid) {
97
95
this .objectId = oid ;
98
96
}
99
97
100
- /**
101
- * @return {@link TYPE#COMMIT}
102
- * @deprecated this method is scheduled to be removed in 0.9.0 as its practically of no use and
103
- * forces ref-parse to unnecessarily call on resolve-object-type, which can be
104
- * called separately in case some client code needs to figure out what kind of
105
- * object a ref points to with the ref's object id as argument.
106
- */
107
- @ Deprecated
108
- public RevObject .TYPE getType () {
109
- return RevObject .TYPE .COMMIT ;
110
- }
111
-
112
98
/**
113
99
* @return the name for this ref
114
100
*/
You can’t perform that action at this time.
0 commit comments