Depreacte IntStreams 0-argument contructor
This commit is contained in:
parent
8926ed1c63
commit
0ef9b755ad
|
@ -48,4 +48,13 @@ public class IntStreams {
|
||||||
return IntStream.rangeClosed(0, endInclusive);
|
return IntStream.rangeClosed(0, endInclusive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Make private in 4.0.
|
||||||
|
*
|
||||||
|
* @deprecated TODO Make private in 4.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public IntStreams() {
|
||||||
|
// empty
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue