Skip to content

Commit

Permalink
issue #3145 copyright and comment cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Arnold <robin.arnold@ibm.com>
  • Loading branch information
punktilious committed Feb 16, 2022
1 parent 57da30f commit b9f4bb5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ private void doCachePrefill() throws FHIRPersistenceException {
/**
* Creates and returns a data transfer object (DTO) with the contents of the passed arguments.
*
* @param resourceType
* @param logicalId
* @param newVersionNumber
* @param lastUpdated
Expand Down Expand Up @@ -1062,11 +1063,6 @@ public <T extends Resource> void delete(FHIRPersistenceContext context, Class<T>
}
}

/**
* Read the current version of the resource from the database.
* @throws FHIRPersistenceResourceDeletedException if the resource being read is currently in a deleted state and
* FHIRPersistenceContext.includeDeleted() is set to false
*/
@Override
public <T extends Resource> SingleResourceResult<T> read(FHIRPersistenceContext context, Class<T> resourceType, String logicalId)
throws FHIRPersistenceException {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 2017, 2021
* (C) Copyright IBM Corp. 2017, 2022
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 2017, 2021
* (C) Copyright IBM Corp. 2017, 2022
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 2016, 2021
* (C) Copyright IBM Corp. 2016, 2022
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 2016, 2021
* (C) Copyright IBM Corp. 2016, 2022
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,12 @@ protected PayloadPersistenceResponse storePayload(Resource resource, String logi

/**
* Unified exception handling for each of the operation calls
*
* @param entryIndex
* @param v
* @param failFast
* @param requestDescription
* @param accumulatedTime
* @param v
* @return
* @throws Exception
*/
private FHIRRestOperationResponse doOperation(int entryIndex, String requestDescription, long accumulatedTime, Callable<FHIRRestOperationResponse> v) throws Exception {
Expand Down

0 comments on commit b9f4bb5

Please sign in to comment.