~networked-graphs/networkedgraphs/main

« back to all changes in this revision

Viewing changes to DistributedSAIL/src/main/java/de/uni_koblenz/isweb/distributedSAIL/DistributedConnection.java

  • Committer: sschenk
  • Date: 2009-02-27 16:58:14 UTC
  • Revision ID: sschenk@tweetie08-20090227165814-ualnsdj253wtz4w8
update to 2.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
                        if (context instanceof URI) {
373
373
                                endpoints = sail.getSourceFinder().get((URI)context);
374
374
                                for (URI endpoint: endpoints) {
 
375
                                        if (endpoint.equals(sail.getSourceFinder().thisStore())) continue;
375
376
                                        List<TransactionOperation> endpointTransaction = endpointTransactions.get(endpoint);
376
377
                                        if (endpointTransaction == null) {
377
378
                                                endpointTransaction = Collections.synchronizedList(new ArrayList<TransactionOperation>());