Skip to content

Commit

Permalink
Merge pull request #90 from MarkEWaite/update-author-info
Browse files Browse the repository at this point in the history
Update author info on two files
  • Loading branch information
MarkEWaite authored Nov 27, 2021
2 parents 6d0f518 + 436e135 commit 7bffeba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright 2013 Oleg Nenashev <[email protected]>, Synopsys Inc.
* Copyright 2013 Oleg Nenashev, Synopsys Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -28,7 +28,8 @@
/**
* Implements descriptor for {@link SorterStrategy}.
*
* @since TODO
* @author Oleg Nenashev
* @since 2.0
*/
public abstract class SorterStrategyDescriptor extends Descriptor<SorterStrategy> {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright 2013 Oleg Nenashev <[email protected]>, Synopsys Inc.
* Copyright 2013 Oleg Nenashev, Synopsys Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -39,6 +39,7 @@
/**
* Implements a strategy with multiple buckets.
*
* @author Oleg Nenashev
* @since 2.0
*/
public abstract class MultiBucketStrategy extends SorterStrategy {
Expand Down

0 comments on commit 7bffeba

Please sign in to comment.