Add a Java-side stub for Hashable, just like its buddy Equalable.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6685 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Who - Copyright 2010-2011 Three Rings Design, Inc.
|
||||
|
||||
package com.threerings.util;
|
||||
|
||||
/**
|
||||
* This exists solely for classes with generated ActionScript counterparts that need to implement
|
||||
* the Hashable.as interface
|
||||
*/
|
||||
public interface Hashable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user