MCPcopy Create free account
hub / github.com/PCGen/pcgen / clone

Method clone

code/src/java/pcgen/core/character/Follower.java:175–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 @Override
176 public Follower clone()
177 {
178 try
179 {
180 return (Follower) super.clone();
181 }
182 catch (CloneNotSupportedException exc)
183 {
184 throw new UnreachableError(exc);
185 }
186 }
187}

Callers 1

cloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected