Skip to content
Snippets Groups Projects
Verified Commit a4b420e3 authored by Miles Vella's avatar Miles Vella
Browse files

mark freetype as abstract

parent e842b257
No related branches found
No related tags found
No related merge requests found
Pipeline #151247 passed
package de.hhu.stups.btypes; package de.hhu.stups.btypes;
public class BFreetype implements BObject { public abstract class BFreetype implements BObject {
public BBoolean isFreetype() { public BBoolean isFreetype() {
return new BBoolean(true); return new BBoolean(true);
......
package de.hhu.stups.btypes; package de.hhu.stups.btypes;
public class BFreetype implements BObject { public abstract class BFreetype implements BObject {
public BBoolean isFreetype() { public BBoolean isFreetype() {
return new BBoolean(true); return new BBoolean(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment