X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Frequest%2FRequest.java;h=ef605a53bcf5b1b392b8d03469d3bf1f1d598811;hb=refs%2Fchanges%2F75%2F1275%2F6;hp=412850ae08c4e3153b1f46e5d38b602b802f7234;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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 index 412850ae0..ef605a53b 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/request/Request.java +++ b/bundles/org.simantics.db/src/org/simantics/db/request/Request.java @@ -1,14 +1,14 @@ -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(); - -} +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(); + +}