Skip to content

Commit 7606385

Browse files
committed
Just update of the format I write my name
1 parent 75b69fd commit 7606385

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/PDBStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* <p>
4444
*
4545
* @author Spencer Bliven
46-
* @author Amr AL-Hossary
46+
* @author Amr ALHOSSARY
4747
* @author Jose Duarte
4848
* @since 3.0.2
4949
*/

biojava-structure/src/main/java/org/biojava/nbio/structure/Site.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
SITE 2 AC2 10 HIS D 37 ALA D 39 THR D 152 LEU D 153
3434
SITE 3 AC2 10 SER D 154 GOL D 172
3535
</pre>
36-
* @author Amr AL-Hossary
36+
* @author Amr ALHOSSARY
3737
* @author Jules Jacobsen
3838
*/
3939
public class Site implements PDBRecord, Comparable<Site> {

biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,7 @@ private void pdb_LINK_Handler(String line) {
23522352
* SITE 3 AC4 11 HOH A 572 HOH A 582 HOH A 635
23532353
* </pre>
23542354
* @param line the SITE line record being currently read
2355-
* @author Amr AL-Hossary
2355+
* @author Amr ALHOSSARY
23562356
* @author Jules Jacobsen
23572357
*/
23582358
private void pdb_SITE_Handler(String line){

0 commit comments

Comments
 (0)