diff src/luan/LuanCloneable.java @ 784:6a7c6879158d

revert shallowClone()
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 30 Aug 2016 12:08:49 -0600
parents 655280eab1e2
children e1a13e707bf3
line wrap: on
line diff
--- a/src/luan/LuanCloneable.java	Tue Aug 30 12:00:38 2016 -0600
+++ b/src/luan/LuanCloneable.java	Tue Aug 30 12:08:49 2016 -0600
@@ -2,6 +2,6 @@
 
 
 public interface LuanCloneable {
-	public LuanCloneable shallowClone(LuanCloner cloner);
+	public LuanCloneable shallowClone();
 	public void deepenClone(LuanCloneable clone,LuanCloner cloner);
 }