mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
Tweaked code indentation and formatting to match existing style
This commit is contained in:
@ -11,11 +11,11 @@
|
||||
package java.lang;
|
||||
|
||||
public interface CharSequence {
|
||||
public char charAt(int index);
|
||||
|
||||
int length();
|
||||
|
||||
CharSequence subSequence(int start, int end);
|
||||
|
||||
String toString();
|
||||
public char charAt(int index);
|
||||
|
||||
int length();
|
||||
|
||||
CharSequence subSequence(int start, int end);
|
||||
|
||||
String toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user