Skip to content

Commit ba6bf34

Browse files
committed
removed outdated comments
1 parent 7e56760 commit ba6bf34

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

core/src/main/java/com/bc/fiduceo/reader/insitu/tao/TaoReader.java

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -299,30 +299,11 @@ public List<Variable> getVariables() throws InvalidRangeException, IOException {
299299
attributes = new ArrayList<>();
300300
attributes.add(new Attribute(CF_LONG_NAME, "Data Quality Codes"));
301301
variables.add(new VariableProxy(Q, DataType.INT, attributes));
302-
/*
303-
@todo 1 tb/tb move this to documentation 2023-04-28
304-
Data Quality Codes(Q):
305-
0 = unknown
306-
1 = good data
307-
2 = probably good data
308-
3 = questionable data
309-
4 = bad data
310-
5 = adjusted data
311-
9 = missing data
312-
*/
302+
313303
attributes = new ArrayList<>();
314304
attributes.add(new Attribute(CF_LONG_NAME, "Data Mode Codes"));
315305
variables.add(new StringVariable(new VariableProxy(M, DataType.STRING, attributes), 8));
316306

317-
/*
318-
@todo 1 tb/tb move this to documentation 2023-04-28
319-
Data Mode Codes(M):
320-
R = real-time data
321-
P = provisional data
322-
D = delayed mode data
323-
M = mixed real-time and delayed mode data
324-
*/
325-
326307
return variables;
327308
}
328309

0 commit comments

Comments
 (0)