mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-01 00:51:32 +01:00
rename some stuff and be more specific on some usages
This commit is contained in:
@@ -122,7 +122,10 @@ public class Requirement extends JSONElement {
|
||||
|
||||
@Override
|
||||
public void link() {
|
||||
if (!this.linkCheck()) return;
|
||||
if (shouldSkipParseOrLink()) {
|
||||
return;
|
||||
}
|
||||
ensureParseIfNeeded();
|
||||
Project proj = getProject();
|
||||
if (proj == null) {
|
||||
Notification.addError("Error linking requirement " + getDesc() + ". No parent project found.");
|
||||
|
||||
Reference in New Issue
Block a user