We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d77b1 commit ccf3340Copy full SHA for ccf3340
src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template
@@ -187,11 +187,6 @@ class Direct$Type$Buffer$RW$$BO$
187
att = null;
188
}
189
190
- // Temporarily keep the long,int constructor around
191
- private Direct$Type$Buffer(long addr, int cap) {
192
- this(addr, (long)cap);
193
- }
194
-
195
// Throw an IllegalArgumentException if the capacity is not in
196
// the range [0, Integer.MAX_VALUE]
197
//
0 commit comments