Skip to content

Commit 8168a92

Browse files
committed
resolving biojava#100
1 parent 593b530 commit 8168a92

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • biojava3-structure/src/main/java/org/biojava/bio/structure

biojava3-structure/src/main/java/org/biojava/bio/structure/PDBHeader.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,19 @@ public void setModDate(Date modDate) {
453453
this.modDate = modDate;
454454
}
455455

456+
@Deprecated
457+
/**
458+
* use getTecnhnique instead
459+
* @return
460+
*/
456461
public String getMethod() {
457462
return method;
458463
}
464+
@Deprecated
465+
/** use setTechnique instead
466+
*
467+
* @param method
468+
*/
459469
public void setMethod(String method) {
460470
this.method = method;
461471
}

0 commit comments

Comments
 (0)