-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from MarkEWaite/update-author-info
Update author info on two files
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -28,7 +28,8 @@ | |
/** | ||
* Implements descriptor for {@link SorterStrategy}. | ||
* | ||
* @since TODO | ||
* @author Oleg Nenashev | ||
* @since 2.0 | ||
*/ | ||
public abstract class SorterStrategyDescriptor extends Descriptor<SorterStrategy> { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -39,6 +39,7 @@ | |
/** | ||
* Implements a strategy with multiple buckets. | ||
* | ||
* @author Oleg Nenashev | ||
* @since 2.0 | ||
*/ | ||
public abstract class MultiBucketStrategy extends SorterStrategy { | ||
|