mirror of
https://github.com/HaraldWalker/user-agent-utils.git
synced 2026-03-13 09:23:50 +08:00
Merge pull request #160 from cigaly/RenderingEngine-getName
Added getName method to eu.bitwalker.useragentutils.RenderingEngine.
This commit is contained in:
@@ -90,4 +90,8 @@ public enum RenderingEngine {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user