mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
Java 1.8.
This commit is contained in:
parent
48d31b7f5c
commit
a9a0762383
26 changed files with 747 additions and 819 deletions
1
Kim.java
1
Kim.java
|
@ -137,7 +137,6 @@ public class Kim {
|
|||
* The point at which to take bytes.
|
||||
* @param thru
|
||||
* The point at which to stop taking bytes.
|
||||
* @return the substring
|
||||
*/
|
||||
public Kim(Kim kim, int from, int thru) {
|
||||
this(kim.bytes, from, thru);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue