Skip to content

Commit ffecc59

Browse files
committed
Fix block comments
1 parent 2b247a1 commit ffecc59

File tree

44 files changed

+571
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+571
-589
lines changed

stroom-analytics/stroom-analytics-rule-impl/src/main/java/stroom/analytics/rule/impl/AnalyticRuleStoreImpl.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ class AnalyticRuleStoreImpl implements AnalyticRuleStore {
7272
this.analyticRuleProcessorsProvider = analyticRuleProcessorsProvider;
7373
}
7474

75-
////////////////////////////////////////////////////////////////////////
75+
// ---------------------------------------------------------------------
7676
// START OF ExplorerActionHandler
77-
////////////////////////////////////////////////////////////////////////
77+
// ---------------------------------------------------------------------
7878

7979
@Override
8080
public DocRef createDocument(final String name) {
@@ -154,13 +154,13 @@ public DocRefInfo info(final DocRef docRef) {
154154
return store.info(docRef);
155155
}
156156

157-
////////////////////////////////////////////////////////////////////////
157+
// ---------------------------------------------------------------------
158158
// END OF ExplorerActionHandler
159-
////////////////////////////////////////////////////////////////////////
159+
// ---------------------------------------------------------------------
160160

161-
////////////////////////////////////////////////////////////////////////
161+
// ---------------------------------------------------------------------
162162
// START OF HasDependencies
163-
////////////////////////////////////////////////////////////////////////
163+
// ---------------------------------------------------------------------
164164

165165
@Override
166166
public Map<DocRef, Set<DocRef>> getDependencies() {
@@ -221,13 +221,13 @@ private BiConsumer<AnalyticRuleDoc, DependencyRemapper> createMapper() {
221221
};
222222
}
223223

224-
////////////////////////////////////////////////////////////////////////
224+
// ---------------------------------------------------------------------
225225
// END OF HasDependencies
226-
////////////////////////////////////////////////////////////////////////
226+
// ---------------------------------------------------------------------
227227

228-
////////////////////////////////////////////////////////////////////////
228+
// ---------------------------------------------------------------------
229229
// START OF DocumentActionHandler
230-
////////////////////////////////////////////////////////////////////////
230+
// ---------------------------------------------------------------------
231231

232232
@Override
233233
public AnalyticRuleDoc readDocument(final DocRef docRef) {
@@ -239,13 +239,13 @@ public AnalyticRuleDoc writeDocument(final AnalyticRuleDoc document) {
239239
return store.writeDocument(document);
240240
}
241241

242-
////////////////////////////////////////////////////////////////////////
242+
// ---------------------------------------------------------------------
243243
// END OF DocumentActionHandler
244-
////////////////////////////////////////////////////////////////////////
244+
// ---------------------------------------------------------------------
245245

246-
////////////////////////////////////////////////////////////////////////
246+
// ---------------------------------------------------------------------
247247
// START OF ImportExportActionHandler
248-
////////////////////////////////////////////////////////////////////////
248+
// ---------------------------------------------------------------------
249249

250250
@Override
251251
public Set<DocRef> listDocuments() {
@@ -280,9 +280,9 @@ public Set<DocRef> findAssociatedNonExplorerDocRefs(final DocRef docRef) {
280280
return null;
281281
}
282282

283-
////////////////////////////////////////////////////////////////////////
283+
// ---------------------------------------------------------------------
284284
// END OF ImportExportActionHandler
285-
////////////////////////////////////////////////////////////////////////
285+
// ---------------------------------------------------------------------
286286

287287
@Override
288288
public List<DocRef> list() {

stroom-analytics/stroom-analytics-rule-impl/src/main/java/stroom/analytics/rule/impl/ReportStoreImpl.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ class ReportStoreImpl implements ReportStore {
7171
this.analyticRuleProcessorsProvider = analyticRuleProcessorsProvider;
7272
}
7373

74-
////////////////////////////////////////////////////////////////////////
74+
// ---------------------------------------------------------------------
7575
// START OF ExplorerActionHandler
76-
////////////////////////////////////////////////////////////////////////
76+
// ---------------------------------------------------------------------
7777

7878
@Override
7979
public DocRef createDocument(final String name) {
@@ -137,13 +137,13 @@ public DocRefInfo info(final DocRef docRef) {
137137
return store.info(docRef);
138138
}
139139

140-
////////////////////////////////////////////////////////////////////////
140+
// ---------------------------------------------------------------------
141141
// END OF ExplorerActionHandler
142-
////////////////////////////////////////////////////////////////////////
142+
// ---------------------------------------------------------------------
143143

144-
////////////////////////////////////////////////////////////////////////
144+
// ---------------------------------------------------------------------
145145
// START OF HasDependencies
146-
////////////////////////////////////////////////////////////////////////
146+
// ---------------------------------------------------------------------
147147

148148
@Override
149149
public Map<DocRef, Set<DocRef>> getDependencies() {
@@ -204,13 +204,13 @@ private BiConsumer<ReportDoc, DependencyRemapper> createMapper() {
204204
};
205205
}
206206

207-
////////////////////////////////////////////////////////////////////////
207+
// ---------------------------------------------------------------------
208208
// END OF HasDependencies
209-
////////////////////////////////////////////////////////////////////////
209+
// ---------------------------------------------------------------------
210210

211-
////////////////////////////////////////////////////////////////////////
211+
// ---------------------------------------------------------------------
212212
// START OF DocumentActionHandler
213-
////////////////////////////////////////////////////////////////////////
213+
// ---------------------------------------------------------------------
214214

215215
@Override
216216
public ReportDoc readDocument(final DocRef docRef) {
@@ -222,13 +222,13 @@ public ReportDoc writeDocument(final ReportDoc document) {
222222
return store.writeDocument(document);
223223
}
224224

225-
////////////////////////////////////////////////////////////////////////
225+
// ---------------------------------------------------------------------
226226
// END OF DocumentActionHandler
227-
////////////////////////////////////////////////////////////////////////
227+
// ---------------------------------------------------------------------
228228

229-
////////////////////////////////////////////////////////////////////////
229+
// ---------------------------------------------------------------------
230230
// START OF ImportExportActionHandler
231-
////////////////////////////////////////////////////////////////////////
231+
// ---------------------------------------------------------------------
232232

233233
@Override
234234
public Set<DocRef> listDocuments() {
@@ -263,9 +263,9 @@ public Set<DocRef> findAssociatedNonExplorerDocRefs(final DocRef docRef) {
263263
return null;
264264
}
265265

266-
////////////////////////////////////////////////////////////////////////
266+
// ---------------------------------------------------------------------
267267
// END OF ImportExportActionHandler
268-
////////////////////////////////////////////////////////////////////////
268+
// ---------------------------------------------------------------------
269269

270270
@Override
271271
public List<DocRef> list() {

stroom-app/src/test/java/stroom/importexport/TestImportExportServiceImpl4.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package stroom.importexport;
1818

19-
2019
import stroom.docref.DocRef;
2120
import stroom.explorer.api.ExplorerNodeService;
2221
import stroom.explorer.api.ExplorerService;
@@ -93,9 +92,9 @@ void testAdvancedFeatures() throws IOException {
9392
"DATA_SPLITTER-EVENTS",
9493
builder);
9594

96-
/////////////////////////////////////////////////
95+
// ---------------------------------------------------------------------
9796
// CHECK RENAME
98-
/////////////////////////////////////////////////
97+
// ---------------------------------------------------------------------
9998

10099
// Rename doc.
101100
final DocRef renamedPipelineDocRef = new DocRef(
@@ -121,9 +120,9 @@ void testAdvancedFeatures() throws IOException {
121120
"DATA_SPLITTER-EVENTS",
122121
builder);
123122

124-
/////////////////////////////////////////////////
123+
// ---------------------------------------------------------------------
125124
// CHECK FOLDER MOVE
126-
/////////////////////////////////////////////////
125+
// ---------------------------------------------------------------------
127126

128127
builder.useImportNames(false);
129128
builder.useImportFolders(false);
@@ -166,9 +165,9 @@ void testAdvancedFeatures() throws IOException {
166165
"DATA_SPLITTER-EVENTS",
167166
builder);
168167

169-
/////////////////////////////////////////////////
168+
// ---------------------------------------------------------------------
170169
// CHECK NEW
171-
/////////////////////////////////////////////////
170+
// ---------------------------------------------------------------------
172171
explorerNodeService.renameNode(renamedPipelineDocRef);
173172
explorerNodeService.moveNode(PIPELINE_DOC_REF, destFolder, PermissionInheritance.DESTINATION);
174173
builder.useImportNames(false);
@@ -187,9 +186,9 @@ void testAdvancedFeatures() throws IOException {
187186
"DATA_SPLITTER-EVENTS",
188187
builder);
189188

190-
/////////////////////////////////////////////////
189+
// ---------------------------------------------------------------------
191190
// CHECK NEW ROOT
192-
/////////////////////////////////////////////////
191+
// ---------------------------------------------------------------------
193192
final DocRef rootDocRef =
194193
new DocRef(ExplorerConstants.FOLDER_TYPE, UUID.randomUUID().toString(), "New Root");
195194
explorerNodeService.createNode(rootDocRef, rootNode.getDocRef(), PermissionInheritance.DESTINATION);

stroom-aws/stroom-aws-s3-impl/src/main/java/stroom/aws/s3/impl/S3ConfigStoreImpl.java

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ class S3ConfigStoreImpl implements S3ConfigStore {
5151
this.store = storeFactory.createStore(serialiser, S3ConfigDoc.TYPE, S3ConfigDoc::builder);
5252
}
5353

54-
////////////////////////////////////////////////////////////////////////
54+
// ---------------------------------------------------------------------
5555
// START OF ExplorerActionHandler
56-
57-
/// /////////////////////////////////////////////////////////////////////
56+
// ---------------------------------------------------------------------
5857

5958
@Override
6059
public DocRef createDocument(final String name) {
@@ -107,14 +106,13 @@ public DocRefInfo info(final DocRef docRef) {
107106
return store.info(docRef);
108107
}
109108

110-
////////////////////////////////////////////////////////////////////////
109+
// ---------------------------------------------------------------------
111110
// END OF ExplorerActionHandler
112-
////////////////////////////////////////////////////////////////////////
111+
// ---------------------------------------------------------------------
113112

114-
////////////////////////////////////////////////////////////////////////
113+
// ---------------------------------------------------------------------
115114
// START OF HasDependencies
116-
117-
/// /////////////////////////////////////////////////////////////////////
115+
// ---------------------------------------------------------------------
118116

119117
@Override
120118
public Map<DocRef, Set<DocRef>> getDependencies() {
@@ -132,14 +130,13 @@ public void remapDependencies(final DocRef docRef,
132130
store.remapDependencies(docRef, remappings, null);
133131
}
134132

135-
////////////////////////////////////////////////////////////////////////
133+
// ---------------------------------------------------------------------
136134
// END OF HasDependencies
137-
////////////////////////////////////////////////////////////////////////
135+
// ---------------------------------------------------------------------
138136

139-
////////////////////////////////////////////////////////////////////////
137+
// ---------------------------------------------------------------------
140138
// START OF DocumentActionHandler
141-
142-
/// /////////////////////////////////////////////////////////////////////
139+
// ---------------------------------------------------------------------
143140

144141
@Override
145142
public S3ConfigDoc readDocument(final DocRef docRef) {
@@ -154,14 +151,13 @@ public S3ConfigDoc writeDocument(final S3ConfigDoc document) {
154151
return store.writeDocument(document);
155152
}
156153

157-
////////////////////////////////////////////////////////////////////////
154+
// ---------------------------------------------------------------------
158155
// END OF DocumentActionHandler
159-
////////////////////////////////////////////////////////////////////////
156+
// ---------------------------------------------------------------------
160157

161-
////////////////////////////////////////////////////////////////////////
158+
// ---------------------------------------------------------------------
162159
// START OF ImportExportActionHandler
163-
164-
/// /////////////////////////////////////////////////////////////////////
160+
// ---------------------------------------------------------------------
165161

166162
@Override
167163
public Set<DocRef> listDocuments() {
@@ -195,10 +191,9 @@ public String getType() {
195191
public Set<DocRef> findAssociatedNonExplorerDocRefs(final DocRef docRef) {
196192
return null;
197193
}
198-
////////////////////////////////////////////////////////////////////////
194+
// ---------------------------------------------------------------------
199195
// END OF ImportExportActionHandler
200-
201-
/// /////////////////////////////////////////////////////////////////////
196+
// ---------------------------------------------------------------------
202197

203198
@Override
204199
public List<DocRef> list() {

stroom-core-client-widget/src/main/java/edu/ycp/cs/dh/acegwt/client/ace/AceEditor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public class AceEditor extends Composite implements RequiresResize, HasText, Tak
5959

6060
private AceCommandLine commandLine = null;
6161

62-
// =====================================================================
62+
// ---------------------------------------------------------------------
6363
// Added for Stroom by at055612 START
64-
// =====================================================================
64+
// ---------------------------------------------------------------------
6565

6666

6767
// To disable the local words from the completions we can do something like
@@ -273,9 +273,9 @@ public native void gotoPosition(final int line, final int col) /*-{
273273
}, 0.5);
274274
}-*/;
275275

276-
// =====================================================================
276+
// ---------------------------------------------------------------------
277277
// Added for Stroom by at055612 FINISH
278-
// =====================================================================
278+
// ---------------------------------------------------------------------
279279

280280
/**
281281
* Preferred constructor.

stroom-core-client/src/main/java/stroom/data/client/presenter/SourcePresenter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ public void beginStepping() {
736736
}
737737

738738

739-
// ===================================================================
739+
// ---------------------------------------------------------------------
740740

741741

742742
/**
@@ -824,7 +824,7 @@ public void refresh() {
824824
}
825825

826826

827-
// ===================================================================
827+
// ---------------------------------------------------------------------
828828

829829

830830
/**
@@ -884,7 +884,7 @@ public void advanceCharactersBackwards() {
884884
}
885885

886886

887-
// ===================================================================
887+
// ---------------------------------------------------------------------
888888

889889

890890
public interface SourceView extends View, TaskMonitorFactory {

stroom-core-client/src/main/java/stroom/document/client/DocumentPluginEventManager.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ protected void onBind() {
315315
}
316316
}));
317317

318-
//////////////////////////////
318+
// ---------------------------------------------------------------------
319319
// START EXPLORER EVENTS
320-
///////////////////////////////
320+
// ---------------------------------------------------------------------/
321321

322322
// 1. Handle entity creation events.
323323
registerHandler(getEventBus().addHandler(CreateDocumentEvent.getType(), event ->
@@ -444,9 +444,9 @@ protected void onBind() {
444444
setAsFavourite(event.getDocRef(), event.getSetFavourite(), explorerListener);
445445
}));
446446

447-
//////////////////////////////
447+
// ---------------------------------------------------------------------
448448
// END EXPLORER EVENTS
449-
///////////////////////////////
449+
// ---------------------------------------------------------------------/
450450

451451

452452
// Handle the display of the `New` item menu

0 commit comments

Comments
 (0)