summaryrefslogtreecommitdiff
path: root/src/library/scala/Proxy.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-03-26 15:19:07 +0000
committermihaylov <mihaylov@epfl.ch>2007-03-26 15:19:07 +0000
commit1ce961f61e248054c8e7a6cf92db5e277973dafd (patch)
treebca474529d9e6cfd1a4abf108d702823fad99c95 /src/library/scala/Proxy.scala
parentd27455c099f1f2e4b429521ae54e503063823784 (diff)
downloadscala-1ce961f61e248054c8e7a6cf92db5e277973dafd.tar.gz
scala-1ce961f61e248054c8e7a6cf92db5e277973dafd.tar.bz2
scala-1ce961f61e248054c8e7a6cf92db5e277973dafd.zip
Removed implicit use of any java.lang classes f...
Removed implicit use of any java.lang classes from the library
Diffstat (limited to 'src/library/scala/Proxy.scala')
-rw-r--r--src/library/scala/Proxy.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/scala/Proxy.scala b/src/library/scala/Proxy.scala
index b32c53b12d..cbd16ce061 100644
--- a/src/library/scala/Proxy.scala
+++ b/src/library/scala/Proxy.scala
@@ -12,6 +12,8 @@
package scala
+import Predef._
+
/** This class implements a simple proxy that forwards all calls to
* methods of class <code>Any</code> to another object <code>self</code>.
* Please note that only those methods can be forwarded that are