You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.avaloq.tools.ddk.xtext.builder/src/com/avaloq/tools/ddk/xtext/builder/DefaultBuilderResourceLoadStrategy.java
+9-14Lines changed: 9 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
20
20
/**
21
-
* Determine when to stop loading resources during the build.
21
+
* Determine when to stop loading resources during build.
22
22
*/
23
23
@SuppressWarnings("nls")
24
24
// CHECKSTYLE:CONSTANTS-OFF
@@ -27,10 +27,10 @@ public class DefaultBuilderResourceLoadStrategy implements IBuilderResourceLoadS
Copy file name to clipboardExpand all lines: com.avaloq.tools.ddk.xtext.builder/src/com/avaloq/tools/ddk/xtext/builder/IBuilderResourceLoadStrategy.java
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
publicinterfaceIBuilderResourceLoadStrategy {
23
23
24
24
/**
25
-
* Determine whether the builder may process yet another resource.
25
+
* Determine whether the builder may, in its second phase, process yet another resource.
26
26
*
27
27
* @param resourceSet
28
28
* The builder's resource set, containing all currently loaded resources.
@@ -32,11 +32,4 @@ public interface IBuilderResourceLoadStrategy {
Copy file name to clipboardExpand all lines: com.avaloq.tools.ddk.xtext.builder/src/com/avaloq/tools/ddk/xtext/builder/MonitoredClusteringBuilderState.java
0 commit comments