File tree Expand file tree Collapse file tree
laboratory/src/org/labkey/laboratory/query Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2013-2026 LabKey Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
116package org .labkey .ldk ;
217
318import org .apache .commons .collections4 .MultiValuedMap ;
4863import java .util .Map ;
4964import java .util .Set ;
5065
51- /**
52- * Created with IntelliJ IDEA.
53- * User: bimber
54- * Date: 11/4/12
55- * Time: 3:47 PM
56- */
5766public class LDKServiceImpl extends LDKService
5867{
5968 private static final Logger _log = LogManager .getLogger (LDKServiceImpl .class );
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2013-2026 LabKey Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
116package org .labkey .ldk .query ;
217
318import org .apache .logging .log4j .Logger ;
1025
1126import java .sql .Timestamp ;
1227
13- /**
14- * Created with IntelliJ IDEA.
15- * User: bimber
16- * Date: 11/12/12
17- * Time: 7:54 AM
18- */
1928public class BuiltInColumnsCustomizer implements TableCustomizer
2029{
2130 private static final Logger _log = LogHelper .getLogger (TableCustomizer .class , "Logs information from BuiltInColumnsCustomizer" );
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2013-2026 LabKey Corporation
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
116package org .labkey .laboratory .query ;
217
318import org .labkey .api .data .TableCustomizer ;
419import org .labkey .api .data .TableInfo ;
520import org .labkey .api .ldk .LDKService ;
621
7- /**
8- * Created with IntelliJ IDEA.
9- * User: bimber
10- * Date: 4/19/13
11- * Time: 1:26 PM
12- */
1322public class ReagentTableCustomizer implements TableCustomizer
1423{
1524 @ Override
You can’t perform that action at this time.
0 commit comments