mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
Small change to make these two structures implement RandomAccess (as they should)
This commit is contained in:
@ -11,4 +11,6 @@
|
||||
package java.util;
|
||||
|
||||
public interface RandomAccess {
|
||||
/* nothing added here, this interface just indicates a
|
||||
* structure is efficient to access via index's directly.*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user