comparison gnv-artifacts/ChangeLog @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 8009961db1cb
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
1 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * src/test/java/de/intevation/gnv/**/*.java,
4 src/main/java/de/intevation/gnv/**/*.java:
5 Removed trailing whitespace.
6 find -name \*.java | xargs sed -i 's/[ \t]\+$//'
7
1 2010-03-26 Tim Englich <tim.englich@intevation.de> 8 2010-03-26 Tim Englich <tim.englich@intevation.de>
2 9
3 * doc/conf/queries.properties: 10 * doc/conf/queries.properties:
4 Added Query for fetching the Series and Instantaneouspoints of Series using 11 Added Query for fetching the Series and Instantaneouspoints of Series using
5 an WKT as the Geometryvalue or using the Values set by the Regionfilter 12 an WKT as the Geometryvalue or using the Values set by the Regionfilter
16 Issue164 23 Issue164
17 24
18 * src/main/java/de/intevation/gnv/utils/ExclusiveExec.java: New. This class 25 * src/main/java/de/intevation/gnv/utils/ExclusiveExec.java: New. This class
19 can be used to synchronize threads with a given key. To use this 26 can be used to synchronize threads with a given key. To use this
20 synchronization, you just have to do something like the following: 27 synchronization, you just have to do something like the following:
21 UniqueKey token = ExclusiveExec.INSTANCE.acquire(key); 28 UniqueKey token = ExclusiveExec.INSTANCE.acquire(key);
22 // your code to be synchronized 29 // your code to be synchronized
23 ExclusiveExec.INSTANCE.release(token); 30 ExclusiveExec.INSTANCE.release(token);
24 A thread needs to wait if there is already a thread with the given key 31 A thread needs to wait if there is already a thread with the given key
25 which has acquired a token. Threads with a different key don't need to 32 which has acquired a token. Threads with a different key don't need to
26 wait for this thread. 33 wait for this thread.
27 34
28 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: 35 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java:

http://dive4elements.wald.intevation.org