Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Sep 8, 2023
1 parent 1a0db6d commit 30232dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/include/homestore/chunk_selector.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************************
* Modifications Copyright 2017-2019 eBay Inc.
* Modifications Copyright 2017-2023 eBay Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions src/include/homestore/vchunk.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************************
* Modifications Copyright 2017-2019 eBay Inc.
* Modifications Copyright 2017-2023 eBay Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,8 @@ class Chunk;

class VChunk {
public:
VChunk(cshared< Chunk >&);
VChunk(cshared< Chunk > const&);

~VChunk() = default;

void set_user_private(const sisl::blob& data);
Expand Down
2 changes: 1 addition & 1 deletion src/lib/device/vchunk.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************************
* Modifications Copyright 2017-2019 eBay Inc.
* Modifications Copyright 2017-2023 eBay Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 30232dc

Please sign in to comment.