Skip to content

Commit

Permalink
ignite-gg-12163 code style refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Govorukhin committed May 3, 2017
1 parent 0fd7ca2 commit 6d22a91
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ public class SnapshotOperation implements Serializable {
* @param msg
* @param extraParam Additional parameter.
*/
public SnapshotOperation(SnapshotOperationType type, long snapshotId, Set<String> cacheNames, String msg, Object extraParam) {
public SnapshotOperation(
SnapshotOperationType type,
long snapshotId,
Set<String> cacheNames,
String msg,
Object extraParam
) {
this.type = type;
this.snapshotId = snapshotId;
this.cacheNames = cacheNames;
Expand Down

0 comments on commit 6d22a91

Please sign in to comment.