Add Region.Prototype.extensionPrototypeArea
Dieser Commit ist enthalten in:
Ursprung
0a60393cc3
Commit
185387c7b2
@ -239,6 +239,15 @@ public class Region {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean hasExtensionAreaRegistered() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean hasTestblockExtensionAreaRegistered() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class Prototype{
|
public static class Prototype{
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren