mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-24 16:29:09 +01:00
Remove unused property
This commit is contained in:
@@ -147,10 +147,6 @@ public abstract class FileBaseCommandRequest
|
||||
this.revision = revision;
|
||||
}
|
||||
|
||||
public void setLimit(int limit) {
|
||||
this.limit = limit;
|
||||
}
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
@@ -175,10 +171,6 @@ public abstract class FileBaseCommandRequest
|
||||
return revision;
|
||||
}
|
||||
|
||||
public int getLimit() {
|
||||
return limit;
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
/**
|
||||
@@ -216,6 +208,4 @@ public abstract class FileBaseCommandRequest
|
||||
|
||||
/** Field description */
|
||||
private String revision;
|
||||
|
||||
private int limit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user