X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Frequest%2FRequest.java;fp=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Frequest%2FRequest.java;h=0000000000000000000000000000000000000000;hb=0f268b9157bfa6399692f8aa42f532a0c0d68c1c;hp=ef605a53bcf5b1b392b8d03469d3bf1f1d598811;hpb=2ee4ce7f7cb1df434c7552d4fce34fd7330352e5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/request/Request.java b/bundles/org.simantics.db/src/org/simantics/db/request/Request.java deleted file mode 100644 index ef605a53b..000000000 --- a/bundles/org.simantics.db/src/org/simantics/db/request/Request.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.simantics.db.request; - -public interface Request { - - /* - * The integer value obtained from this method can be used to determine - * the evaluation thread of the request. - * - * @return A non-negative integer value - * - */ - int threadHash(); - -}